diff options
| author | Marcel Holtmann <marcel@holtmann.org> | 2008-07-26 19:00:53 +0200 |
|---|---|---|
| committer | Marcel Holtmann <marcel@holtmann.org> | 2008-07-26 19:00:53 +0200 |
| commit | d6ae1c3f777832f8e32702f81fe64e33a1396928 (patch) | |
| tree | 159a1e59f3929c9d795dbd1f3edd84d9dccba048 /network/network.conf | |
| parent | b8e5fea8d31fbcd3d1c044385f8217dbf39892bb (diff) | |
| parent | 3382af9114a9b2e657c7ddd0a5511edda6a37a90 (diff) | |
Import bluez-utils-3.36 revision history
Diffstat (limited to 'network/network.conf')
| -rw-r--r-- | network/network.conf | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/network/network.conf b/network/network.conf new file mode 100644 index 00000000..8677bd7b --- /dev/null +++ b/network/network.conf @@ -0,0 +1,37 @@ +# Configuration file for the network service + +# This section contains options which are not specific to any +# particular interface +[General] + +# If we want to disable support for specific services +# Defaults to supporting all implemented services +#Disable=Connection,Server + +# Disable link encryption: default=false +#DisableSecurity=true + +[PANU Role] + +# Network interface name for PANU for connections. default:bnep%d +# (up to 16 characters) +#Interface= + +# PAN user connection interface up script. default:none +Script=avahi-autoipd + +[GN Role] + +# Network Interface name for Group Network server. default:pan0 +#Interface= + +# Group Network connection interface up script. default:none +Script=avahi-autoipd + +[NAP Role] + +# Network Interface name for Network Access Point server. default:pan1 +#Interface= + +# Network Access Point connection interface up script. default:none +Script=dhclient |
