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
@@ -76,6 +76,15 @@ BEGIN
grecs_list_append(reslist, res);
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
ECLAT_CL_PARSER(parse_options, [<int argc, char *argv[], int *index>],[<

Return to:

Send suggestions and report system problems to the System administrator.