summaryrefslogtreecommitdiffstats
path: root/ospf6d/ospf6_interface.c
diff options
context:
space:
mode:
Diffstat (limited to 'ospf6d/ospf6_interface.c')
-rw-r--r--ospf6d/ospf6_interface.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/ospf6d/ospf6_interface.c b/ospf6d/ospf6_interface.c
index e9d66419d..e15fb9971 100644
--- a/ospf6d/ospf6_interface.c
+++ b/ospf6d/ospf6_interface.c
@@ -1006,6 +1006,7 @@ DEFUN (show_ipv6_ospf6_interface,
IFNAME_STR
)
{
+ /* CHECK ME argc referenced below */
int idx_ifname = 4;
struct interface *ifp;
struct listnode *i;
@@ -1069,6 +1070,7 @@ DEFUN (show_ipv6_ospf6_interface_ifname_prefix,
"Display connected prefixes to advertise\n"
)
{
+ /* CHECK ME argc referenced below */
int idx_ifname = 4;
struct interface *ifp;
struct ospf6_interface *oi;
@@ -1131,6 +1133,7 @@ DEFUN (show_ipv6_ospf6_interface_prefix,
"Display connected prefixes to advertise\n"
)
{
+ /* CHECK ME argc referenced below */
struct listnode *i;
struct ospf6_interface *oi;
struct interface *ifp;
@@ -1990,6 +1993,7 @@ DEFUN (clear_ipv6_ospf6_interface,
IFNAME_STR
)
{
+ /* CHECK ME argc referenced below */
int idx_ifname = 4;
struct interface *ifp;
struct listnode *node;