| Age | Commit message (Collapse) | Author |
|
Moving the common lines of pim_show_nexthop cli
in pim_cmd.c and pim6_cmd.c to pim_cmd_common.c file
Signed-off-by: Sai Gomathi N <nsaigomathi@vmware.com>
|
|
Signed-off-by: Abhishek N R <abnr@vmware.com>
|
|
desired" command
Signed-off-by: Abhishek N R <abnr@vmware.com>
|
|
Signed-off-by: Abhishek N R <abnr@vmware.com>
|
|
Moving the common lines of pim_show_neighbors_vrf_all cli
in pim_cmd.c and pim6_cmd.c to pim_cmd_common.c file
Signed-off-by: Sai Gomathi N <nsaigomathi@vmware.com>
|
|
Signed-off-by: Abhishek N R <abnr@vmware.com>
|
|
Moving the common lines of pim_show_neighbors cli
in pim_cmd.c and pim6_cmd.c to pim_cmd_common.c file
Signed-off-by: Sai Gomathi N <nsaigomathi@vmware.com>
|
|
Signed-off-by: Abhishek N R <abnr@vmware.com>
|
|
Signed-off-by: Abhishek N R <abnr@vmware.com>
|
|
Moving the common lines of pim_local_membership cli
in pim_cmd.c and pim6_cmd.c to pim_cmd_common.c file
Signed-off-by: Sai Gomathi N <nsaigomathi@vmware.com>
|
|
Moving the common lines of pim_show_jp_agg cli
in pim_cmd.c and pim6_cmd.c to pim_cmd_common.c file
Signed-off-by: Sai Gomathi N <nsaigomathi@vmware.com>
|
|
Moving the common lines of pim_show_interface_vrf_all cli
in pim_cmd.c and pim6_cmd.c to pim_cmd_common.c file
Signed-off-by: Sai Gomathi N <nsaigomathi@vmware.com>
|
|
Moving the common lines of pim_show_interface cli
in pim_cmd.c and pim6_cmd.c to pim_cmd_common.c file
Signed-off-by: Sai Gomathi N <nsaigomathi@vmware.com>
|
|
Moving the common lines of pim_show_channel cli
in pim_cmd.c and pim6_cmd.c to pim_cmd_common.c file
Signed-off-by: Sai Gomathi N <nsaigomathi@vmware.com>
|
|
Signed-off-by: Abhishek N R <abnr@vmware.com>
|
|
Implementing debug pimv6 zebra command for debugging about
the events from zebra that come up through the ZAPI.
Signed-off-by: Sai Gomathi N <nsaigomathi@vmware.com>
|
|
Implementing debugs pimv6 trace and trace detail for tracing pim code
and how it is running.
Signed-off-by: Sai Gomathi N <nsaigomathi@vmware.com>
|
|
'debug_pimv6_packetdump_recv_cmd'
Implementing debug pimv6 packetdump send and recv coomands for debugging
of pimv6 packet sent and received which are dumped.
Signed-off-by: Sai Gomathi N <nsaigomathi@vmware.com>
|
|
Implementing pimv6 packets debug to information about packet generation for sending
and about packet handling from a received packet.
Signed-off-by: Sai Gomathi N <nsaigomathi@vmware.com>
|
|
Implementing debug pimv6 events command for debugging PIMv6 system events.
Signed-off-by: Sai Gomathi N <nsaigomathi@vmware.com>
|
|
Implementing debug pimv6 nht command for PIMv6 nexthop tracking.
It will display information about RPF lookups and information about when a nexthop changes.
debug pimv6 nht detial for for PIMv6 nexthop in detail.This is not enabled by default.
Signed-off-by: Sai Gomathi N <nsaigomathi@vmware.com>
|
|
Implementing debug pimv6 command for PIMv6 protocol activity.
Signed-off-by: Sai Gomathi N <nsaigomathi@vmware.com>
|
|
Adding clear ipv6 mroute count command for resetting
multicast routes and count.
Signed-off-by: Sai Gomathi N <nsaigomathi@vmware.com>
|
|
Adding clear ipv6 pim [vrf NAME] oil CLI for resetting
PIMv6 output interface list.
Signed-off-by: Sai Gomathi N <nsaigomathi@vmware.com>
|
|
Adding clear ipv6 mroute cli for resetting the PIMv6 mroutes.
Signed-off-by: Sai Gomathi N <nsaigomathi@vmware.com>
|
|
Adding clear ipv6 pim statistics cli for resetting pimv6 statistics
Signed-off-by: Sai Gomathi N <nsaigomathi@vmware.com>
|
|
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>
|
|
Added nothbound callbacks for pim-passive-enable
Signed-off-by: sarita patra <saritap@vmware.com>
|
|
Added a new cli command "ip pim passive" in the interface context,
to disable sending of pim control packets on the interface.
Signed-off-by: sarita patra <saritap@vmware.com>
|
|
pimd: fixing wrong diplay registerTx
|
|
Signed-off-by: sarita patra <saritap@vmware.com>
|
|
|
|
Adding new show CLI to display ipv6 mroute summary information.
Signed-off-by: Abhishek N R <abnr@vmware.com>
|
|
Adding new show CLI to display ipv6 mroute count information.
Signed-off-by: Abhishek N R <abnr@vmware.com>
|
|
Adding new show CLI to display ipv6 mroute information.
Signed-off-by: Abhishek N R <abnr@vmware.com>
|
|
There's a common pattern of "get VRF context for CLI node" here, which
first got a helper macro in zebra that then permeated into pimd.
Unfortunately the pimd copy wasn't quite adjusted correctly and thus
caused two coverity warnings (CID 1517453, CID 1517454).
Fix the PIM one, and clean up by providing a common base macro in
`lib/vty.h`.
Also rename the macros (add `_VRF`) to make more clear what they do.
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
|
|
Moving the functions that are used by both IPV4 and IPV6 to a
common file pim_cmd_common.c file
Signed-off-by: Abhishek N R <abnr@vmware.com>
|
|
|
|
Signed-off-by: Abhishek N R <abnr@vmware.com>
|
|
Signed-off-by: Abhishek N R <abnr@vmware.com>
|
|
pimd: fix SNAFUs in debug flags
|
|
Moving the functions that are used by both IPV4 and IPV6 to a
common file pim_cmd_common.c file
Signed-off-by: Abhishek N R <abnr@vmware.com>
|
|
|
|
The flag was defined but there was no command to actually enable it.
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
|
|
Modifying the "mld_group_watermark_cmd" to "ipv6_mld_group_watermark_cmd"
and "igmp_group_watermark_cmd" to "ip_igmp_group_watermark_cmd" for consistency.
Signed-off-by: Sai Gomathi N <nsaigomathi@vmware.com>
|
|
pimd: Changing PIM_OIF_FLAG_PROTO_IGMP to PIM_OIF_FLAG_PROTO_GM
|
|
Rendevous --> Rendezvous
Signed-off-by: Mobashshera Rasool <mrasool@vmware.com>
|
|
pim6d: Addition of ipv6 ssmpingd config commands
|
|
Modified marco name so that it can be reused in mld.
Signed-off-by: Abhishek N R <abnr@vmware.com>
|
|
Signed-off-by: Balaji Gurudoss <G_Balaji1@dell.com>
|