diff options
Diffstat (limited to 'examples/var_service/zcip_if/zcip_handler')
-rwxr-xr-x | examples/var_service/zcip_if/zcip_handler | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/var_service/zcip_if/zcip_handler b/examples/var_service/zcip_if/zcip_handler index 13010db27..3c6ca788b 100755 --- a/examples/var_service/zcip_if/zcip_handler +++ b/examples/var_service/zcip_if/zcip_handler @@ -33,7 +33,8 @@ if test x"$1" != x"config"; then fi # "config": we've got the address -#env # debug +# Record information for e.g. dhcp_$IF_pinger service +env >"env.out" ./convert2ipconf "$file_ipconf" # Reconfigure routing and firewall if needed |