diff options
author | Jan Huwald <jh@sotun.de> | 2012-04-27 20:48:23 (GMT) |
---|---|---|
committer | Jan Huwald <jh@sotun.de> | 2012-04-27 20:48:23 (GMT) |
commit | 614750fb6c71a24ecae331eaefb090956be114bf (patch) | |
tree | 913fea5837a3232f7613e0565a495396dbbf6bea | |
parent | 0fcad41b81052d3747d8be1945fdfbdf3725d86b (diff) |
remove br-lan octet (200) from the list of br-mesh octects
-rwxr-xr-x | files/common/etc/fsm/inetable/trans/boot.leave | 5 |
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 |