diff options
-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 |