[Olsr-dev] [PATCH v2 4/4] pud: add SmartGatewayWeightExitLink and SmartGatewayWeightEtx

Ferry Huberts (spam-protected)
Fri Aug 3 11:33:04 CEST 2012


From: Ferry Huberts <(spam-protected)>

Signed-off-by: Ferry Huberts <(spam-protected)>
---
 lib/pud/doc/olsrd.conf.default.pud | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/lib/pud/doc/olsrd.conf.default.pud b/lib/pud/doc/olsrd.conf.default.pud
index a1f68fa..ba091c7 100644
--- a/lib/pud/doc/olsrd.conf.default.pud
+++ b/lib/pud/doc/olsrd.conf.default.pud
@@ -168,6 +168,30 @@ SmartGateway yes
 # SmartGatewayThreshold 0
 SmartGatewayThreshold   67
 
+# The weighing factor for the gateway uplink bandwidth (exit link, uplink).
+# See README-Olsr-Extensions for a description of smart gateways.
+# (default is 1)
+
+# SmartGatewayWeightExitLinkUp 1
+
+# The weighing factor for the gateway downlink bandwidth (exit link, downlink).
+# See README-Olsr-Extensions for a description of smart gateways.
+# (default is 1)
+
+# SmartGatewayWeightExitLinkDown 1
+
+# The weighing factor for the ETX costs.
+# See README-Olsr-Extensions for a description of smart gateways.
+# (default is 1)
+
+# SmartGatewayWeightEtx 1
+
+# The divider for the ETX costs.
+# See README-Olsr-Extensions for a description of smart gateways.
+# (default is 0)
+
+SmartGatewayDividerEtx 4
+
 # Defines what kind of Uplink this node will publish as a
 # smartgateway. The existence of the uplink is detected by
 # a route to 0.0.0.0/0, ::ffff:0:0/96 and/or 2000::/3.
-- 
1.7.11.2





More information about the Olsr-dev mailing list