diff options
author | Jan Huwald <jh@sotun.de> | 2012-04-27 20:37:39 (GMT) |
---|---|---|
committer | Jan Huwald <jh@sotun.de> | 2012-04-27 20:37:39 (GMT) |
commit | 4e11fa14c2c39dc914255457b8ce7c7eda333cab (patch) | |
tree | fae885efb58cfb207d5a3ebe1119b7fc3c3fbf4e | |
parent | a73301e84ab6b55054f2729ef4f75f90a8a6499c (diff) |
create ccfg tables during boot
-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 |