1avahi-autoipd.action(8) System Manager's Manual avahi-autoipd.action(8)
2
3
4
6 avahi-autoipd.action - avahi-autoipd action script
7
9 /etc/avahi/avahi-autoipd.action
10
12 avahi-autoipd.action is the action script that is called whenever an IP
13 address has been acquired by avahi-autoipd or when it detected an IP
14 address conflict. The script should add or remove the specified address
15 from the specified network interface.
16
18 argv[1] An event string: one of BIND, CONFLICT, UNBIND or STOP. If BIND
19 is passed an IP address has been successfully acquired and the script
20 shall add it to the network interface. If CONFLICT is passed avahi-
21 autopid detected a IP address on the local network, the action script
22 should remove the configured IP address. If UNBIND is passed the IP
23 address should be removed from the interface, too, because a routable
24 address has been configured to the interface by some other program. If
25 STOP is passed the avahi-autoipd is being shutdown and the action
26 script should remove the IP address. In short: on BIND the address
27 should be added to the interface, on CONFLICT, UNBIND or STOP it should
28 be removed.
29
30 argv[2] The network interface name.
31
32 argv[3] An IP address from the IPv4LL range.
33
35 The Avahi Developers <avahi (at) lists (dot) freedesktop (dot) org>;
36 Avahi is available from http://avahi.org/
37
39 avahi-autoipd(8), dhclient-script(8), ip(8), ifconfig(8)
40
42 This man page was written using xml2man(1) by Oliver Kurth.
43
44
45
46Manuals User avahi-autoipd.action(8)