diff options
Diffstat (limited to 'if-options.c')
| -rw-r--r-- | if-options.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/if-options.c b/if-options.c index 7d048844..15e4bfee 100644 --- a/if-options.c +++ b/if-options.c @@ -49,6 +49,7 @@ const struct option cf_options[] = { {"background", no_argument, NULL, 'b'}, {"script", required_argument, NULL, 'c'}, {"debug", no_argument, NULL, 'd'}, + {"reconfigure", no_argument, NULL, 'e'}, {"config", required_argument, NULL, 'f'}, {"hostname", optional_argument, NULL, 'h'}, {"vendorclassid", optional_argument, NULL, 'i'}, @@ -310,6 +311,7 @@ parse_option(struct if_options *ifo, int opt, const char *arg) struct rt *rt; switch(opt) { + case 'e': /* FALLTHROUGH */ case 'n': /* FALLTHROUGH */ case 'x': /* FALLTHROUGH */ case 'T': /* We need to handle non interface options */ |
