index
:
frr
master
frr
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
pimd
/
pim_cmd.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
pim6d: Moving the reusable code of pim_show_join cli
Sai Gomathi N
2022-06-10
1
-57
/
+2
|
*
|
pim6d: Moving the common lines of pim_show_nexthop_lookup cli
Sai Gomathi N
2022-06-09
1
-43
/
+1
|
*
|
pim6d: Moving the common lines of pim_show_nexthop cli
Sai Gomathi N
2022-06-09
1
-10
/
+1
|
*
|
pim6d: Moving the common lines of pim_show_neighbors_vrf_all cli
Sai Gomathi N
2022-06-09
1
-25
/
+1
|
*
|
pim6d: Moving the common lines of pim_show_neighbors cli
Sai Gomathi N
2022-06-09
1
-20
/
+1
|
*
|
pim6d: Moving the common lines of pim_local_membership cli
Sai Gomathi N
2022-06-09
1
-11
/
+1
|
*
|
pim6d: Moving the common lines of pim_show_jp_agg cli
Sai Gomathi N
2022-06-09
1
-19
/
+1
|
*
|
pim6d: Moving the common lines of pim_show_interface_vrf_all cli
Sai Gomathi N
2022-06-09
1
-28
/
+2
|
*
|
pim6d: Moving the common lines of pim_show_interface cli
Sai Gomathi N
2022-06-09
1
-23
/
+2
|
*
|
pim6d: Moving the common lines of pim_show_channel cli
Sai Gomathi N
2022-06-09
1
-11
/
+1
|
|
/
*
/
pimd: Show interface traffic even if interface is currently `down`
Donald Sharp
2022-06-09
1
-5
/
+0
|
/
*
pim6d: Add 'debug pimv6 zebra'
Sai Gomathi N
2022-05-18
1
-16
/
+6
*
pim6d: Add 'debug pimv6 trace' and 'debug pimv6 trace detail'
Sai Gomathi N
2022-05-18
1
-34
/
+13
*
pim6d: Add 'debug_pimv6_packetdump_send_cmd' and 'debug_pimv6_packetdump_recv...
Sai Gomathi N
2022-05-18
1
-35
/
+12
*
pim6d: Add 'debug pimv6 packets'
Sai Gomathi N
2022-05-18
1
-47
/
+8
*
pim6d: Add 'debug pimv6 events'
Sai Gomathi N
2022-05-18
1
-16
/
+6
*
pim6d: Add 'debug pimv6 nht' and 'debug pimv6 nht detial'
Sai Gomathi N
2022-05-18
1
-33
/
+12
*
pim6d: Add 'debug pimv6'
Sai Gomathi N
2022-05-18
1
-32
/
+6
*
pim6d: Add 'clear ipv6 mroute [vrf NAME] count' CLI
Sai Gomathi N
2022-05-17
1
-34
/
+3
*
pim6d: Add 'clear ipv6 pim [vrf NAME] oil' command
Sai Gomathi N
2022-05-17
1
-6
/
+5
*
pim6d: Add 'clear ipv6 mroute [vrf NAME]' command
Sai Gomathi N
2022-05-17
1
-6
/
+5
*
pim6d: Adding 'clear ipv6 pim statistics [vrf NAME]' cmd
Sai Gomathi N
2022-05-17
1
-6
/
+6
*
pimd: Moving the common functions from pim_cmd.c file
Sai Gomathi N
2022-05-17
1
-60
/
+0
*
pimd: Northbound support for pim passive enable
sarita patra
2022-05-13
1
-22
/
+3
*
pimd: introduce ip pim passive command
sarita patra
2022-05-13
1
-8
/
+42
*
Merge pull request #11142 from patrasar/pim_register_show_fix
Rafael Zalamena
2022-05-03
1
-2
/
+2
|
\
|
*
pimd: fixing wrong diplay registerTx
sarita patra
2022-05-03
1
-2
/
+2
*
|
Merge pull request #10988 from AbhishekNR/ipv6_mroute_cli
David Lamparter
2022-04-29
1
-599
/
+101
|
\
\
|
*
|
pim6d: Implementing "show ipv6 mroute summary" CLI
Abhishek N R
2022-04-28
1
-25
/
+34
|
*
|
pim6d: Implementing "show ipv6 mroute count" CLI
Abhishek N R
2022-04-28
1
-22
/
+41
|
*
|
pim6d: Implementing "show ipv6 mroute" CLI
Abhishek N R
2022-04-28
1
-23
/
+27
|
*
|
pimd: Moving the common functions from pim_cmd.c
Abhishek N R
2022-04-28
1
-530
/
+0
|
|
/
*
/
lib, zebra, pimd: clean up/fix VRF DECLVAR macros
David Lamparter
2022-04-28
1
-2
/
+2
|
/
*
Merge pull request #11031 from AbhishekNR/v6_multicast
David Lamparter
2022-04-28
1
-200
/
+71
|
\
|
*
pim6d: Implementing "show ipv6 multicast count" CLI
Abhishek N R
2022-04-27
1
-35
/
+52
|
*
pim6d: Implementing "show ipv6 multicast" CLI
Abhishek N R
2022-04-27
1
-23
/
+20
|
*
pimd: Moving the common functions from pim_cmd.c
Abhishek N R
2022-04-26
1
-143
/
+0
*
|
Merge pull request #11088 from opensourcerouting/pim-debug-snafus
mobash-rasool
2022-04-26
1
-0
/
+30
|
\
\
|
|
/
|
/
|
|
*
pimd: add missing `debug igmp trace detail`
David Lamparter
2022-04-26
1
-0
/
+30
*
|
Merge pull request #10712 from patrasar/pim_nexthop_prefix_to_pimaddr
David Lamparter
2022-04-26
1
-10
/
+4
|
\
\
|
*
|
pim6d: Display mrib_nexthop_addr with %pPA
sarita patra
2022-04-07
1
-10
/
+4
*
|
|
pim6d: Modifying the mld group watermark command name
Sai Gomathi N
2022-04-25
1
-8
/
+8
|
|
/
|
/
|
*
|
Merge pull request #11023 from AbhishekNR/igmp_flag
Donald Sharp
2022-04-20
1
-4
/
+4
|
\
\
|
*
|
pimd: Changing PIM_OIF_FLAG_PROTO_IGMP to PIM_OIF_FLAG_PROTO_GM
Abhishek N R
2022-04-13
1
-4
/
+4
*
|
|
pimd: Correct the spelling of Rendezvous
Mobashshera Rasool
2022-04-19
1
-4
/
+4
*
|
|
Merge pull request #10931 from g-balaji1/pimv6-ssm-cmds
mobash-rasool
2022-04-13
1
-34
/
+4
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
pim6d: Addition of ipv6 ssmpingd config commands
Balaji Gurudoss
2022-04-12
1
-34
/
+4
|
|
/
*
/
pimd: correct the show ip igmp sources output
Mobashshera Rasool
2022-04-11
1
-1
/
+1
|
/
*
pim6d: Adding "ipv6 mld last-member-query-interval" CLI
Sai Gomathi N
2022-04-05
1
-27
/
+4
*
pim6d: Adding ipv6 mld last-member-query-count CLI
Sai Gomathi N
2022-04-05
1
-27
/
+4
[prev]
[next]