blob: 837a762640fc319e2bbc16470eebeda24ae63d9b [file] [log] [blame]
.TH avahi-autoipd.action 8 User Manuals
.SH NAME
avahi-autoipd.action \- avahi-autoipd action script
.SH SYNOPSIS
\fB/home/lennart/tmp/avahi/etc/avahi/avahi-autoipd.action
\f1
.SH DESCRIPTION
\fIavahi-autoipd.action\f1 is the action script that is called whenever an IP address has been acquired by avahi-autoipd or when it detected an IP address conflict. The script should add or remove the specified address from the specified network interface.
.SH PARAMETERS
.TP
\fBargv[1]\f1 An event string: one of BIND, CONFLICT, UNBIND or STOP. If BIND is passed an IP address has been successfully acquired and the script shall add it to the network interface. If CONFLICT is passed avahi-autopid detected a IP address on the local network, the action script should remove the configured IP address. If UNBIND is passed the IP address should be removed from the interface, too, because a routable address has been configured to the interface by some other program. If STOP is passed the avahi-autoipd is being shutdown and the action script should remove the IP address. In short: on BIND the address should be added to the interface, on CONFLICT, UNBIND or STOP it should be removed.
.TP
\fBargv[2]\f1 The network interface name.
.TP
\fBargv[3]\f1 An IP address from the IPv4LL range.
.SH AUTHORS
The Avahi Developers <avahi (at) lists (dot) freedesktop (dot) org>; Avahi is available from \fBhttp://avahi.org/\f1
.SH SEE ALSO
\fBavahi-autoipd(8)\f1, \fBdhclient-script(8)\f1, \fBip(8)\f1, \fBifconfig(8)\f1
.SH COMMENTS
This man page was written using \fBxml2man(1)\f1 by Oliver Kurth.