Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
mdmillerii
/
openbmc
/
e56b8d1cf5a5ed14376559ef9ed27d15ba23cf7a
/
.
/
poky
/
meta
/
recipes-connectivity
/
avahi
/
files
/
00avahi-autoipd
blob: a0ab814603403d68b0282ea178acc800dc9c17a3 [
file
] [
log
] [
blame
]
#!/bin/sh
[
-
z
"$1"
]
&&
echo
"Error: should be called from udhcpc"
&&
exit
1
case
"$1"
in
deconfig
|
renew
|
bound
)
/
usr
/
sbin
/
avahi
-
autoipd
-
k $interface
2
>
/
dev
/
null
;;
esac