diff options
author | Denys Vlasenko | 2015-10-24 18:57:32 +0200 |
---|---|---|
committer | Denys Vlasenko | 2015-10-24 18:57:32 +0200 |
commit | bf1866c1832ddc5ac429b9af6bb1bc577c7796f8 (patch) | |
tree | 1dffe48fcaf56c7c498c49720fdb31a4f49d0003 /examples/var_service/zcip_if | |
parent | 1a1cfedbef2ee45467b5ed829416090cf8b149ca (diff) | |
download | busybox-bf1866c1832ddc5ac429b9af6bb1bc577c7796f8.zip busybox-bf1866c1832ddc5ac429b9af6bb1bc577c7796f8.tar.gz |
tweak zcip service example
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'examples/var_service/zcip_if')
-rwxr-xr-x | examples/var_service/zcip_if/convert2ipconf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/var_service/zcip_if/convert2ipconf b/examples/var_service/zcip_if/convert2ipconf index aa133d8..c858723 100755 --- a/examples/var_service/zcip_if/convert2ipconf +++ b/examples/var_service/zcip_if/convert2ipconf @@ -4,6 +4,8 @@ #interface=eth1 #ip=169.254.x.y +# into: + #let cfg=cfg+1 #if[$cfg]=...; ip[$cfg]=...; ipmask[$cfg]=.../...; gw[$cfg]=...; net[$cfg]=... dns[$cfg]=... |