renaming dhcp option loopback to tier-id

This commit is contained in:
root 2018-08-08 22:38:14 +00:00
parent a0814b4d45
commit 24e5d81bff
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
/etc/systemd/timesyncd.conf.wit sed -e 's/#NTP=.*/NTP=ipv6.ntp.ubuntu.com/g'
/etc/frr/daemons.wit sed -e 's/bgpd=no/bgpd=yes/' -e 's/zebra=no/zebra=yes/'
/etc/bash.bashrc.wit sed -e 's/.*witaddon/source \/etc\/bashrc-witaddon/; t; $ s/$/\nsource \/etc\/bashrc-witaddon/'
/etc/dhcp/dhclient.conf.wit sed -e '/option.*loopback/d;t;1s/^/option loopback code 225 = ip-address;\n/'
/etc/dhcp/dhclient.conf.wit sed -e '/option.*tier-id/d;t;1s/^/option tier-id code 225 = unsigned integer 8;\n/'