Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
stefanberger
/
openbmc
/
1bc215859a1d6366b0d13a3ca10df5ea0c37cf26
/
.
/
poky
/
meta
/
recipes-connectivity
/
avahi
/
files
/
99avahi-autoipd
blob: 234cdaa3eb7b3d850034454e2a3a1a3b7718f937 [
file
] [
log
] [
blame
]
#!/bin/sh
[
-
z
"$1"
]
&&
echo
"Error: should be called from udhcpc"
&&
exit
1
case
"$1"
in
leasefail
)
/
usr
/
sbin
/
avahi
-
autoipd
-
wD $interface
2
>
/
dev
/
null
;;
esac