diff options
author | Christian Poessinger <christian@poessinger.com> | 2022-01-28 22:15:29 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2022-01-28 22:15:29 +0100 |
commit | 78b247b724f74bdabab0706aaa7f5b00e5809bc1 (patch) | |
tree | 69d9dbf889e583290932a384cc3199be56f1091b /src/etc/dhcp/dhclient-exit-hooks.d | |
parent | 137c9b8b4c01ceb041e50d539e2198fe876b6362 (diff) | |
download | vyos-1x-78b247b724f74bdabab0706aaa7f5b00e5809bc1.tar.gz vyos-1x-78b247b724f74bdabab0706aaa7f5b00e5809bc1.zip |
dhclient: T3392: remove /usr/sbin prefix from iproute2 ip command
Diffstat (limited to 'src/etc/dhcp/dhclient-exit-hooks.d')
-rw-r--r-- | src/etc/dhcp/dhclient-exit-hooks.d/01-vyos-cleanup | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/etc/dhcp/dhclient-exit-hooks.d/01-vyos-cleanup b/src/etc/dhcp/dhclient-exit-hooks.d/01-vyos-cleanup index ad6a1d5eb..a6989441b 100644 --- a/src/etc/dhcp/dhclient-exit-hooks.d/01-vyos-cleanup +++ b/src/etc/dhcp/dhclient-exit-hooks.d/01-vyos-cleanup @@ -1,7 +1,7 @@ ## ## VyOS cleanup ## -# NOTE: here we use 'ip' wrapper, therefore a route will be actually deleted via /usr/sbin/ip or vtysh, according to the system state +# NOTE: here we use 'ip' wrapper, therefore a route will be actually deleted via ip or vtysh, according to the system state hostsd_client="/usr/bin/vyos-hostsd-client" hostsd_changes= # check vyos-hostsd status |