diff options
| author | Daniel Walton <dwalton@cumulusnetworks.com> | 2016-09-29 17:48:57 +0000 |
|---|---|---|
| committer | Daniel Walton <dwalton@cumulusnetworks.com> | 2016-09-29 17:48:57 +0000 |
| commit | 67656e9b65ab7c6bb979be72b4917cfd4a2241b6 (patch) | |
| tree | 823937fe0aded2bcfad54dfdea570259bd4820ac /ospf6d/ospf6_interface.c | |
| parent | ff788d089ac145ac06b99018811f46a9f6b69dda (diff) | |
all: added CHECK ME for DEFUNs that look at argc
Signed-off-by: Daniel Walton <dwalton@cumulusnetworks.com>
Diffstat (limited to 'ospf6d/ospf6_interface.c')
| -rw-r--r-- | ospf6d/ospf6_interface.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ospf6d/ospf6_interface.c b/ospf6d/ospf6_interface.c index e9d66419df..e15fb9971e 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; |
