Magellan Linux

Diff of /trunk/magellan-initscripts/etc/conf.d/net.sample

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1091 by niro, Thu Nov 5 12:56:06 2009 UTC revision 1092 by niro, Wed Jul 14 11:02:11 2010 UTC
# Line 100  DHCP_STOP="-k" Line 100  DHCP_STOP="-k"
100  # Enables or disables Spanning Tree  # Enables or disables Spanning Tree
101  # Possible values are 'on' and 'off'  # Possible values are 'on' and 'off'
102  #BRIDGE_STP="on"  #BRIDGE_STP="on"
103    # Sets ageing time
104    #BRIDGE_AGEING_TIME
105    # Sets bridge priority
106    #BRIDGE_PRIORITY
107    # Sets bridge forwarde delay time
108    #BRIDGE_FORWARD_DELAY
109    # Sets hello time
110    #BRIDGE_HELLO_TIME
111    # Sets max message age
112    #BRIDGE_MAX_MESSAGE_AGE
113    # Sets path cost for a configured bridge port/interface
114    # It is possible to use more than one
115    # e.g. port1=cost1 port2=cost2
116    #BRIDGE_PATH_COST="eth0=12 eth2=9"
117    # Sets port priority for a configured bridge port/interface
118    # It is possible to use more than one
119    # e.g. port1=prio1 port2=prio2
120    #BRIDGE_PORT_PRIORITY="eth0=1 eth2=3"
121  #  #
122  # Networking for the bridge can be configured as normal  # Networking for the bridge can be configured as normal
123  # A static example:  # A static example:

Legend:
Removed from v.1091  
changed lines
  Added in v.1092