smeserver-base/root/etc/dhcp/dhclient-exit-hooks

5 lines
107 B
Plaintext

if [ "$reason" = "BOUND" ]
then
/sbin/e-smith/signal-event ip-change "$new_ip_address" "$interface"
fi