diff options
Diffstat (limited to 'if-options.c')
-rw-r--r-- | if-options.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/if-options.c b/if-options.c index 88b43d7..4dd907b 100644 --- a/if-options.c +++ b/if-options.c @@ -333,6 +333,7 @@ parse_option(struct if_options *ifo, int opt, const char *arg) struct rt *rt; switch(opt) { + case 'a': /* FALLTHROUGH */ case 'f': /* FALLTHROUGH */ case 'g': /* FALLTHROUGH */ case 'n': /* FALLTHROUGH */ |