aboutsummaryrefslogtreecommitdiff
path: root/src/lstag-cl.opt
diff options
context:
space:
mode:
Diffstat (limited to 'src/lstag-cl.opt')
-rw-r--r--src/lstag-cl.opt9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/lstag-cl.opt b/src/lstag-cl.opt
index 1c0c1af..15cd6f3 100644
--- a/src/lstag-cl.opt
+++ b/src/lstag-cl.opt
@@ -78,2 +78,11 @@ END
+OPTION(internet-gateway,g,[<ID>],
+ [<internet gateway ID>])
+BEGIN
+ struct resource *res = grecs_malloc(sizeof(*res));
+ res->map = MAP_IGW;
+ res->resid = optarg;
+ grecs_list_append(reslist, res);
+END
+
ECLAT_CL_END

Return to:

Send suggestions and report system problems to the System administrator.