Disable default configuration in routersetup config file, use defaults in main scripts
[grml-network.git] / routersetup
index ec1756f..18cbf15 100644 (file)
@@ -7,15 +7,15 @@
 
 # configuration for grml-router:
 # IPTABLES=/sbin/iptables       # the iptables binary
-OUTDEV='auto'                   # outgoing device [auto|default|eth0|...]
+# OUTDEV='auto'                 # outgoing device [auto|default|eth0|...]
 
 # configuration for grml-bridge and grml-sniff:
 # BRCTL=/usr/sbin/brctl         # the brctl binary
-BRIDGE_NAME='br0'               # name used for the bridge
-BRIDGE_DEVICES='eth0 eth1'      # the devices used for bilding the bridge
-STP='on'                        # enable STP (Spanning-Tree Protocol)? on|off
-BRIDGE_CONFIG='DHCP'            # Use DHCP, Fixed IP or Ipless? DHCP|FIXED|NONE
-BRIDGE_IP="192.168.1.1/24"      # ip address used for bridge
+# BRIDGE_NAME='br0'             # name used for the bridge
+# BRIDGE_DEVICES='eth0 eth1'    # the devices used for bilding the bridge
+# BRIDGE_STP='on'               # enable STP (Spanning-Tree Protocol)? on|off
+# BRIDGE_CONFIG='DHCP'          # Use DHCP, Fixed IP or Ipless? DHCP|FIXED|NONE
+# BRIDGE_IP="192.168.1.1/24"    # IP address used for bridge
 
 # configuration for grml-ap:
 # AP_DEVICE='wlan0'             # device used as access point