]> git.proxmox.com Git - mirror_frr.git/commit
bgpd: fix help for ipv6 under distance src command
authorStephen Worley <sworley@nvidia.com>
Fri, 30 Oct 2020 20:14:40 +0000 (16:14 -0400)
committerStephen Worley <sworley@nvidia.com>
Fri, 30 Oct 2020 20:14:40 +0000 (16:14 -0400)
commite12affc15deaf8eb2f698057286a9e4f2a40ca09
treeae20694ec701c4a0f51205cf47a2e8d0137925e8
parent93ca501b61d924b662712ae4fc9273782e8f0396
bgpd: fix help for ipv6 under distance src command

We were missing the help docstring for IPV6 under the
distance src command in for bgp.

```
[root@alfred frr-2]# /usr/lib/frr/bgpd --log stdout --log-level debug
2020/10/30 16:02:26 BGP: Ran out of docstring while parsing '[no] distance (1-255) <A.B.C.D/M | X:X::X:X/M>$prefix [WORD$acl]'
2020/10/30 16:02:26 BGP: Ran out of docstring while parsing '[no] distance (1-255) <A.B.C.D/M | X:X::X:X/M>$prefix [WORD$acl]'
2020/10/30 16:02:26 BGP: Ran out of docstring while parsing '[no] distance (1-255) <A.B.C.D/M | X:X::X:X/M>$prefix [WORD$acl]'
2020/10/30 16:02:26 BGP: Ran out of docstring while parsing '[no] distance (1-255) <A.B.C.D/M | X:X::X:X/M>$prefix [WORD$acl]'
2020/10/30 16:02:26 BGP: Ran out of docstring while parsing '[no] distance (1-255) <A.B.C.D/M | X:X::X:X/M>$prefix [WORD$acl]'
```

Signed-off-by: Stephen Worley <sworley@nvidia.com>
bgpd/bgp_route.c