aboutsummaryrefslogtreecommitdiff
path: root/src/mktags-cl.opt
diff options
context:
space:
mode:
Diffstat (limited to 'src/mktags-cl.opt')
-rw-r--r--src/mktags-cl.opt10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/mktags-cl.opt b/src/mktags-cl.opt
index 8cb0033..510835b 100644
--- a/src/mktags-cl.opt
+++ b/src/mktags-cl.opt
@@ -79,2 +79,12 @@ 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
+
+
OPTION(from-file,T,[<FILE>],

Return to:

Send suggestions and report system problems to the System administrator.