diff options
author | Luiz Augusto von Dentz <luiz.dentz@openbossa.org> | 2007-09-28 13:32:50 +0000 |
---|---|---|
committer | Luiz Augusto von Dentz <luiz.dentz@openbossa.org> | 2007-09-28 13:32:50 +0000 |
commit | da7741d54263d6de3475b8c10db3c1dd3ebaebaf (patch) | |
tree | 20eed92b955623017d616241d9ca6a8de7e0fb36 /network/network.conf | |
parent | 123ef726b4bb5c465cd8a5e7b7c003e55443b219 (diff) |
Improve bridge and network interfaces manipulation.
Diffstat (limited to 'network/network.conf')
-rw-r--r-- | network/network.conf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/network/network.conf b/network/network.conf index 51a873e7..8677bd7b 100644 --- a/network/network.conf +++ b/network/network.conf @@ -18,7 +18,7 @@ #Interface= # PAN user connection interface up script. default:none -#Script=avahi-autoipd +Script=avahi-autoipd [GN Role] @@ -26,7 +26,7 @@ #Interface= # Group Network connection interface up script. default:none -#Script=avahi-autoipd +Script=avahi-autoipd [NAP Role] @@ -34,4 +34,4 @@ #Interface= # Network Access Point connection interface up script. default:none -#Script=dhclient +Script=dhclient |