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 /pimd/pim_cmd.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 'pimd/pim_cmd.c')
| -rw-r--r-- | pimd/pim_cmd.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/pimd/pim_cmd.c b/pimd/pim_cmd.c index b27088366f..bf68e3a51e 100644 --- a/pimd/pim_cmd.c +++ b/pimd/pim_cmd.c @@ -2534,6 +2534,7 @@ DEFUN (ip_ssmpingd, CONF_SSMPINGD_STR "Source address\n") { + /* CHECK ME argc referenced below */ int idx_ipv4 = 2; int result; struct in_addr source_addr; @@ -2564,6 +2565,7 @@ DEFUN (no_ip_ssmpingd, CONF_SSMPINGD_STR "Source address\n") { + /* CHECK ME argc referenced below */ int idx_ipv4 = 3; int result; struct in_addr source_addr; @@ -3560,6 +3562,7 @@ DEFUN (interface_ip_pim_hello, IFACE_PIM_HELLO_TIME_STR IFACE_PIM_HELLO_HOLD_STR) { + /* CHECK ME argc referenced below */ int idx_time = 3; int idx_hold = 4; struct interface *ifp; @@ -4052,6 +4055,7 @@ DEFUN (test_igmp_receive_report, "Record type\n" "Sources\n") { + /* CHECK ME argc referenced below */ int idx_number = 4; int idx_ipv4 = 5; int idx_number_2 = 6; @@ -4167,6 +4171,7 @@ DEFUN (test_pim_receive_dump, "Neighbor address\n" "Packet dump\n") { + /* CHECK ME argc referenced below */ int idx_interface = 4; int idx_ipv4 = 5; uint8_t buf[1000]; @@ -4287,6 +4292,7 @@ DEFUN (test_pim_receive_hello, "Neighbor LAN prune delay T-bit\n" "Neighbor secondary addresses\n") { + /* CHECK ME argc referenced below */ int idx_interface = 4; int idx_ipv4 = 5; int idx_number = 6; |
