re-enabling frr dependencies and upping version for push to repo
This commit is contained in:
parent
fbb3ac8d6f
commit
8508708aaf
|
@ -1,4 +1,4 @@
|
||||||
wit-network-config (1.3) unstable; urgency=low
|
wit-network-config (1.4) unstable; urgency=low
|
||||||
|
|
||||||
* Initial release.
|
* Initial release.
|
||||||
|
|
||||||
|
|
|
@ -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
|
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)
|
||||||
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
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
sed -ie '/^LOOPBACKv4.*/d' /etc/wit-net.conf
|
sed -ie '/^LOOPBACKv4/d' /etc/wit-net.conf
|
||||||
|
|
||||||
if [ ! -z $new_loopbackv4 ]; then
|
if [ ! -z $new_loopbackv4 ]; then
|
||||||
echo "LOOPBACKv4=$new_loopbackv4" >>/etc/wit-net.conf
|
echo "LOOPBACKv4=$new_loopbackv4" >>/etc/wit-net.conf
|
||||||
|
|
Loading…
Reference in New Issue