diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-06-28 22:45:11 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2021-06-28 22:45:11 +0200 |
commit | 5a5c0cd2e6f5d6c459a7f0e2da777834fb4362b2 (patch) | |
tree | 777b1657e4ad4b83cd1d34e72e8346a38db04b06 /python | |
parent | 09efa0550dd169e30a851513781b611dd84e9c79 (diff) | |
download | vyos-1x-5a5c0cd2e6f5d6c459a7f0e2da777834fb4362b2.tar.gz vyos-1x-5a5c0cd2e6f5d6c459a7f0e2da777834fb4362b2.zip |
bgp: T3657: fix remote-as validator for IPv6 link-local peering
The "v6only" CLI tree was not taken into account during validation.
vyos@vyos:~$ show configuration commands | grep bgp
set protocols bgp local-as '200'
set protocols bgp neighbor eth0.204 address-family ipv6-unicast
set protocols bgp neighbor eth0.204 interface v6only remote-as '100'
vyos@vyos:~$ show bgp ipv6 sum
IPv6 Unicast Summary:
BGP router identifier 172.18.254.201, local AS number 200 vrf-id 0
BGP table version 0
RIB entries 0, using 0 bytes of memory
Peers 1, using 21 KiB of memory
Neighbor V AS MsgRcvd MsgSent TblVer InQ OutQ Up/Down State/PfxRcd PfxSnt
eth0.204 4 100 99 99 0 0 0 01:35:07 0 0
Total number of neighbors 1
Diffstat (limited to 'python')
0 files changed, 0 insertions, 0 deletions