diff options
| author | Sai Gomathi N <nsaigomathi@vmware.com> | 2022-04-12 04:36:35 -0700 | 
|---|---|---|
| committer | Sai Gomathi N <nsaigomathi@vmware.com> | 2022-05-16 22:47:04 -0700 | 
| commit | 58d5712048f2a5518dd315648ae8b3d60abf62d6 (patch) | |
| tree | 677e0e59501725022aefd01bdedf917ab536bb37 /pimd/pim6_cmd.h | |
| parent | b2ca7559b4caa282e56e5be9ba9e3731466939be (diff) | |
pimd: Moving the common functions from pim_cmd.c file
Moving the functions that are used by both IPV4 and IPV6 to a
common file pim_cmd_common.c file.
Signed-off-by: Sai Gomathi N <nsaigomathi@vmware.com>
Diffstat (limited to 'pimd/pim6_cmd.h')
| -rw-r--r-- | pimd/pim6_cmd.h | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/pimd/pim6_cmd.h b/pimd/pim6_cmd.h index d6853a7410..b7804c0db2 100644 --- a/pimd/pim6_cmd.h +++ b/pimd/pim6_cmd.h @@ -39,6 +39,7 @@  #define IFACE_PIM_HELLO_TIME_STR "Time in seconds for Hello Interval\n"  #define IFACE_PIM_HELLO_HOLD_STR "Time in seconds for Hold Interval\n"  #define MROUTE_STR "IP multicast routing table\n" +#define CLEAR_IP_PIM_STR "PIM clear commands\n"  #define DEBUG_MLD_STR "MLD protocol activity\n"  #define DEBUG_MLD_EVENTS_STR "MLD protocol events\n"  #define DEBUG_MLD_PACKETS_STR "MLD protocol packets\n"  | 
