diff options
author | Erik Hovland <erik@hovland.org> | 2006-05-08 18:59:10 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-05-08 18:59:10 +0000 |
commit | 7ed412e1e868f20a0e803e91e3d7e3529f61b44e (patch) | |
tree | e8fb8fb8ea912ff29dca4bfdc0ce0e1aca3bc0a5 /packages/zeroconf/files/zeroconf-default | |
parent | 07423bdbbb7ce2d14455d6b886d4b0156cd28a18 (diff) | |
parent | 9e3e9161817697df633d46cc88f0ce9e8365c032 (diff) |
merge of 406934f50b9f92db47af1cb9d9777b268c5484b5
and 6ba2bb7b7ce5ef334cf514386df28b8d6a2aad86
Diffstat (limited to 'packages/zeroconf/files/zeroconf-default')
-rw-r--r-- | packages/zeroconf/files/zeroconf-default | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/packages/zeroconf/files/zeroconf-default b/packages/zeroconf/files/zeroconf-default new file mode 100644 index 0000000000..cc07b275f1 --- /dev/null +++ b/packages/zeroconf/files/zeroconf-default @@ -0,0 +1,17 @@ +# Default for zeroconf + +# disable zeroconf +# If you want to disable zeroconf completely, uncomment the following line +# this may be useful if you are debugging zeroconf or starting it manually +#DISABLE=yes + +# black-listed interfaces +# Interfaces which you never wish to have zeroconf run on should +# be listed here. e.g. "eth2 wlan1" in a space seperated string +IFBLACKLIST="" + +# fallback only +# If you would only like a link-local address if you were unable to +# obtain an address via DHCP then uncomment the following line +#FALLBACK=yes + |