summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Huwald <jh@sotun.de>2012-04-27 20:48:23 (GMT)
committerJan Huwald <jh@sotun.de>2012-04-27 20:48:23 (GMT)
commit614750fb6c71a24ecae331eaefb090956be114bf (patch)
tree913fea5837a3232f7613e0565a495396dbbf6bea
parent0fcad41b81052d3747d8be1945fdfbdf3725d86b (diff)
remove br-lan octet (200) from the list of br-mesh octects
-rwxr-xr-xfiles/common/etc/fsm/inetable/trans/boot.leave5
1 files changed, 3 insertions, 2 deletions
diff --git a/files/common/etc/fsm/inetable/trans/boot.leave b/files/common/etc/fsm/inetable/trans/boot.leave
index fbc615f..570a91c 100755
--- a/files/common/etc/fsm/inetable/trans/boot.leave
+++ b/files/common/etc/fsm/inetable/trans/boot.leave
@@ -3,8 +3,9 @@
# init gwid table by merging it with a hand-crafted table in which all
# available IPs are stored as free with version zero. This guarantees
-# that any update on any node will have a higher version.
-for i in $(seq 0 254); do
+# that any update on any node will have a higher version. Octet 200 is
+# used for br-lan
+for i in $(seq 0 199; seq 201 254); do
echo -e "$i\t0\tfree"
done > /tmp/gwip-init
p2ptbl init /tmp/p2ptbl/gwip
contact: Jan Huwald // Impressum