gluon-l3roamd: place hook to be called by ddhcpd when a new ipv4 address is assigned

This commit is contained in:
Christof Schulze 2018-06-11 10:29:25 +02:00
parent 78f09e9f73
commit 35a0e3f382

View File

@ -0,0 +1,5 @@
#!/bin/sh
if [ "$1" = "lease" ]
then
echo add_address "$2" "$3" | uc /var/run/l3roamd.sock
fi