From 614750fb6c71a24ecae331eaefb090956be114bf Mon Sep 17 00:00:00 2001 From: Jan Huwald Date: Fri, 27 Apr 2012 20:48:23 +0000 Subject: remove br-lan octet (200) from the list of br-mesh octects 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 -- cgit v0.10.1