diff -r -u cvs/quagga/bgpd/bgp_main.c dev/quagga/bgpd/bgp_main.c --- cvs/quagga/bgpd/bgp_main.c 2003-06-15 03:28:29.000000000 +0200 +++ dev/quagga/bgpd/bgp_main.c 2003-08-09 11:32:07.000000000 +0200 @@ -217,7 +217,7 @@ /* 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; diff -r -u cvs/quagga/ospf6d/ospf6_main.c dev/quagga/ospf6d/ospf6_main.c --- cvs/quagga/ospf6d/ospf6_main.c 2003-06-15 03:28:29.000000000 +0200 +++ dev/quagga/ospf6d/ospf6_main.c 2003-08-09 11:29:41.000000000 +0200 @@ -254,7 +254,7 @@ /* Command line argument treatment. */ while (1) { - opt = getopt_long (argc, argv, "df:hp:A:P:u:v", longopts, 0); + opt = getopt_long (argc, argv, "df:i:hp:A:P:u:v", longopts, 0); if (opt == EOF) break; diff -r -u cvs/quagga/ospfd/ospf_main.c dev/quagga/ospfd/ospf_main.c --- cvs/quagga/ospfd/ospf_main.c 2003-06-15 03:28:30.000000000 +0200 +++ dev/quagga/ospfd/ospf_main.c 2003-08-09 11:30:33.000000000 +0200 @@ -232,7 +232,7 @@ { int opt; - opt = getopt_long (argc, argv, "dlf:hA:P:u:v", longopts, 0); + opt = getopt_long (argc, argv, "dlf:i:hA:P:u:v", longopts, 0); if (opt == EOF) break; diff -r -u cvs/quagga/ripd/rip_main.c dev/quagga/ripd/rip_main.c --- cvs/quagga/ripd/rip_main.c 2003-06-15 03:28:30.000000000 +0200 +++ dev/quagga/ripd/rip_main.c 2003-08-09 11:31:06.000000000 +0200 @@ -212,7 +212,7 @@ { int opt; - opt = getopt_long (argc, argv, "df:hA:P:u:rv", longopts, 0); + opt = getopt_long (argc, argv, "df:i:hA:P:u:rv", longopts, 0); if (opt == EOF) break; diff -r -u cvs/quagga/ripngd/ripng_main.c dev/quagga/ripngd/ripng_main.c --- cvs/quagga/ripngd/ripng_main.c 2003-06-15 03:28:30.000000000 +0200 +++ dev/quagga/ripngd/ripng_main.c 2003-08-09 11:31:30.000000000 +0200 @@ -214,7 +214,7 @@ { int opt; - opt = getopt_long (argc, argv, "dlf:hA:P:u:v", longopts, 0); + opt = getopt_long (argc, argv, "dlf:i:hA:P:u:v", longopts, 0); if (opt == EOF) break; diff -r -u cvs/quagga/zebra/main.c dev/quagga/zebra/main.c --- cvs/quagga/zebra/main.c 2003-06-15 03:28:30.000000000 +0200 +++ dev/quagga/zebra/main.c 2003-08-09 11:32:46.000000000 +0200 @@ -223,7 +223,7 @@ { int opt; - opt = getopt_long (argc, argv, "bdklf:hA:P:ru:v", longopts, 0); + opt = getopt_long (argc, argv, "bdklf:i:hA:P:ru:v", longopts, 0); if (opt == EOF) break;