diff options
author | Christian Poessinger <christian@poessinger.com> | 2019-06-16 15:46:19 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2019-06-16 15:46:19 +0200 |
commit | 685b1e0d050c7883303733d710327161fe046b60 (patch) | |
tree | 4050c12a6266a2ddf14c0d23e1e91d6ead349f80 /interface-definitions/arp.xml | |
parent | f01860ea8c73c432183e423768205d15e9e7c11c (diff) | |
download | vyos-1x-685b1e0d050c7883303733d710327161fe046b60.tar.gz vyos-1x-685b1e0d050c7883303733d710327161fe046b60.zip |
T849: move BGP peer-group node to ipv4 address family
To have a consitent IPv4/IPv6 CLI a lot of BGP neighbor nodes have been
migrated. The IPv4 peer-group has been forgotten, leaving a non consistent CLI.
Previously:
-----------
neighbor 2001:DB8:FFFF::1 {
address-family {
ipv6-unicast {
peer-group iBGP
}
}
peer-group iBGP
}
Now:
----
neighbor 2001:DB8:FFFF::1 {
address-family {
ipv6-unicast {
peer-group iBGP
}
}
address-family {
ipv4-unicast {
peer-group iBGP
}
}
}
Diffstat (limited to 'interface-definitions/arp.xml')
0 files changed, 0 insertions, 0 deletions