diff options
author | Christian Poessinger <christian@poessinger.com> | 2019-06-16 15:13:21 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2019-06-16 15:50:14 +0200 |
commit | 890c9e8984c6b4eeef7ee277c88777416e1fb340 (patch) | |
tree | ad741de36e727dcccb48aac30c5d9745ffa860ba /templates/protocols/rip/timers | |
parent | 8dc9ac88c2ab71a71ab6f532339cd4ab2b321a29 (diff) | |
download | vyatta-cfg-quagga-890c9e8984c6b4eeef7ee277c88777416e1fb340.tar.gz vyatta-cfg-quagga-890c9e8984c6b4eeef7ee277c88777416e1fb340.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 'templates/protocols/rip/timers')
0 files changed, 0 insertions, 0 deletions