From fbd036470d59e15adc8084b147d7f8285076b74c Mon Sep 17 00:00:00 2001 From: Gabriel Kerneis Date: Fri, 12 Mar 2010 17:29:24 +0000 Subject: [PATCH] [package] babeld: Comment options in config file Signed-off-by: Gabriel Kerneis SVN-Revision: 20164 --- net/babel/files/babeld.config | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/net/babel/files/babeld.config b/net/babel/files/babeld.config index ac0cb76b44..f3eea2c4bd 100644 --- a/net/babel/files/babeld.config +++ b/net/babel/files/babeld.config @@ -1,23 +1,23 @@ package babeld config general - option 'multicast_address' 'ff02::cca6:c0f9:e182:5373' - option 'port' '8475' - option 'state_file' '/var/lib/babel-state' - option 'hello_interval' '4' - option 'wired_hello_interval' '20' + # option 'multicast_address' 'ff02::cca6:c0f9:e182:5373' + # option 'port' '8475' + # option 'state_file' '/var/lib/babel-state' + # option 'hello_interval' '4' + # option 'wired_hello_interval' '20' # Enable detection of idle networks. This functonality is # experimental, don't use it unless you know what you are doing. ## option 'idle_hello_interval' '0' - option 'kernel_priority' '0' + # option 'kernel_priority' '0' # Do not use this option unless you know what you are doing, as it can # cause persistent route flapping. ## option 'duplication_priority' '0' - option 'carrier_sense' 'false' - option 'assume_wireless' 'false' - option 'no_split_horizon' 'false' - option 'parasitic' 'false' - option 'debug' '0' + # option 'carrier_sense' 'false' + # option 'assume_wireless' 'false' + # option 'no_split_horizon' 'false' + # option 'parasitic' 'false' + # option 'debug' '0' # Listen for connections from a front-end, e.g. on port 33123. ## option 'local_server' '33123' # Use the given kernel routing table for routes inserted by babeld. @@ -26,19 +26,19 @@ config general ## option 'import_table' '0' # The configuration file is not necessary since you can do everything # from this file. - option 'conf_file' '/etc/babeld.conf' - option 'log_file' '/var/log/babeld.log' + # option 'conf_file' '/etc/babeld.conf' + # option 'log_file' '/var/log/babeld.log' # You can use aliases (like lan, wlan) or real names (like eth0.0). # If you use an alias, it must be already defined when babeld starts. # Otherwise, the name is taken literally and the interface can be # brought up later (useful for tunnels for instance). config interface wlan - # Change this line to enable babeld on this interface + # Remove this line to enable babeld on this interface option 'ignore' 'true' - option 'wired' 'auto' - option 'link_quality' 'auto' - option 'split_horizon' 'auto' + # option 'wired' 'auto' + # option 'link_quality' 'auto' + # option 'split_horizon' 'auto' # The default is 96 for wired interfaces, and 256 for wireless ones ## option 'rxcost' '256' # The default is specified with the -h and -H command-line flags. -- 2.30.2