diff options
-rwxr-xr-x | files/common/etc/fsm/inetable/trans/boot.leave | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/files/common/etc/fsm/inetable/trans/boot.leave b/files/common/etc/fsm/inetable/trans/boot.leave index 431c0b8..fbc615f 100755 --- a/files/common/etc/fsm/inetable/trans/boot.leave +++ b/files/common/etc/fsm/inetable/trans/boot.leave @@ -11,6 +11,10 @@ p2ptbl init /tmp/p2ptbl/gwip p2ptbl merge /tmp/p2ptbl/gwip /tmp/gwip-init rm /tmp/gwip-init +# init empty client config tables +p2ptbl init /tmp/p2ptbl/ccfg_wire +p2ptbl init /tmp/p2ptbl/ccfg_wifi + # start service httpd, listening on the link-local addrs of mesh and # lan enable_httpd service |