summaryrefslogtreecommitdiff
path: root/lib/if.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/if.c')
-rw-r--r--lib/if.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/if.c b/lib/if.c
index 3afba9879b..7b55a327cb 100644
--- a/lib/if.c
+++ b/lib/if.c
@@ -677,6 +677,7 @@ DEFUN (interface_desc,
"Interface specific description\n"
"Characters describing this interface\n")
{
+ /* CHECK ME argc referenced below */
struct interface *ifp;
if (argc == 1)
@@ -755,6 +756,7 @@ DEFUN (interface,
"Interface's name\n"
VRF_CMD_HELP_STR)
{
+ /* CHECK ME argc referenced below */
int idx_ifname = 1;
const char *ifname = argv[idx_ifname]->arg;
const char *vrfname = (argc > 2) ? argv[3]->arg : NULL;
@@ -899,6 +901,7 @@ DEFUN (show_address,
"address\n"
VRF_CMD_HELP_STR)
{
+ /* CHECK ME argc referenced below */
int idx_vrf_cmd_str = 2;
struct listnode *node;
struct listnode *node2;