summaryrefslogtreecommitdiff
path: root/lib/filter.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/filter.c')
-rw-r--r--lib/filter.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/filter.c b/lib/filter.c
index 11dd7cd1c9..fd80b2a637 100644
--- a/lib/filter.c
+++ b/lib/filter.c
@@ -1480,6 +1480,7 @@ DEFUN (access_list_remark,
"Access list entry comment\n"
"Comment up to 100 characters\n")
{
+ /* CHECK ME argc referenced below */
int idx_acl = 1;
struct access_list *access;
@@ -1525,6 +1526,7 @@ DEFUN (no_access_list_remark_comment,
"Access list entry comment\n"
"Comment up to 100 characters\n")
{
+ /* CHECK ME argc referenced below */
return no_access_list_remark (self, vty, argc, argv);
}
@@ -1673,6 +1675,7 @@ DEFUN (ipv6_access_list_remark,
"Access list entry comment\n"
"Comment up to 100 characters\n")
{
+ /* CHECK ME argc referenced below */
int idx_word = 2;
struct access_list *access;
@@ -1712,6 +1715,7 @@ DEFUN (no_ipv6_access_list_remark_comment,
"Access list entry comment\n"
"Comment up to 100 characters\n")
{
+ /* CHECK ME argc referenced below */
return no_ipv6_access_list_remark (self, vty, argc, argv);
}