diff options
Diffstat (limited to 'bgpd')
-rw-r--r-- | bgpd/bgp_main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bgpd/bgp_main.c b/bgpd/bgp_main.c index 933ca571..ce4503d9 100644 --- a/bgpd/bgp_main.c +++ b/bgpd/bgp_main.c @@ -217,7 +217,7 @@ main (int argc, char **argv) /* Command line argument treatment. */ while (1) { - opt = getopt_long (argc, argv, "df:hp:A:P:rnu:v", longopts, 0); + opt = getopt_long (argc, argv, "df:i:hp:A:P:rnu:v", longopts, 0); if (opt == EOF) break; |