adding support for frr 5.0
This commit is contained in:
parent
8508708aaf
commit
f6303f817b
|
@ -1,5 +1,6 @@
|
||||||
wit-network-config (1.4) unstable; urgency=low
|
wit-network-config (1.5) unstable; urgency=low
|
||||||
|
|
||||||
|
* adding support for frr 5.0
|
||||||
* Initial release.
|
* Initial release.
|
||||||
|
|
||||||
-- Toby <toby@wit.com> Wed, 25 Jul 2018 22:54:00 +0100
|
-- Toby <toby@wit.com> Wed, 25 Jul 2018 22:54:00 +0100
|
||||||
|
|
|
@ -9,7 +9,7 @@ Vcs-Git: https://git.wit.com/netops/wit-network-config
|
||||||
|
|
||||||
Package: wit-network-config
|
Package: wit-network-config
|
||||||
Architecture: all
|
Architecture: all
|
||||||
Depends: ${misc:Depends}, sed, tcpdump, mtr-tiny, iproute2, ifupdown, ipmitool, iptables, lldpd, strongswan, telnet, netcat, fping, curl, wget, ifstat, rsyslog, ncurses-term, net-tools, bridge-utils, vlan, gnupg, sudo, isc-dhcp-client, frr (>= 4.0-wit)
|
Depends: ${misc:Depends}, sed, tcpdump, mtr-tiny, iproute2, ifupdown, ipmitool, iptables, lldpd, strongswan, telnet, netcat, fping, curl, wget, ifstat, rsyslog, ncurses-term, net-tools, bridge-utils, vlan, gnupg, sudo, isc-dhcp-client, frr (>= 5.0.1-wit), frr (<< 5.0.2-wit)
|
||||||
Provides: ${diverted-files}
|
Provides: ${diverted-files}
|
||||||
Conflicts: ${diverted-files}, dhcpcd5
|
Conflicts: ${diverted-files}, dhcpcd5
|
||||||
Description: configure network for a standard wit compute and/or data node
|
Description: configure network for a standard wit compute and/or data node
|
||||||
|
|
|
@ -21,7 +21,6 @@ router bgp NODEASN
|
||||||
bgp bestpath compare-routerid
|
bgp bestpath compare-routerid
|
||||||
neighbor fabric peer-group
|
neighbor fabric peer-group
|
||||||
neighbor fabric remote-as external
|
neighbor fabric remote-as external
|
||||||
neighbor fabric capability extended-nexthop
|
|
||||||
neighbor feth1 interface peer-group fabric
|
neighbor feth1 interface peer-group fabric
|
||||||
neighbor feth2 interface peer-group fabric
|
neighbor feth2 interface peer-group fabric
|
||||||
!
|
!
|
||||||
|
|
Loading…
Reference in New Issue