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
*
pimd: show ip igmp statistics command
Mladen Sablic
2018-05-04
1
-0
/
+98
*
bgpd, pim: remove undebug
Quentin Young
2018-04-02
1
-6
/
+25
*
Merge pull request #1921 from donaldsharp/pim_stuff
Lou Berger
2018-03-30
1
-18
/
+18
|
\
|
*
pimd: Move some data tracking variables per VRF
Donald Sharp
2018-03-18
1
-11
/
+11
|
*
pimd: Make the rpf scan per vrf.
Donald Sharp
2018-03-18
1
-7
/
+7
*
|
*: use C99 standard fixed-width integer types
Quentin Young
2018-03-27
1
-69
/
+69
|
/
*
pimd: mtrace only IGMP sockets
Mladen Sablic
2018-03-08
1
-2
/
+16
*
pimd: another change to keep indent.py happy
Lou Berger
2018-03-06
1
-2
/
+2
*
*: conform with COMMUNITY.md formatting rules, via 'make indent'
Lou Berger
2018-03-06
1
-154
/
+110
*
pimd: Multicast traceroute client and router
Mladen Sablic
2018-02-19
1
-0
/
+25
*
lib, pimd: Remove PIM_NODE as it is not needed
Donald Sharp
2018-01-30
1
-5
/
+0
*
pimd: Allow use-source to return more subtle error codes
Donald Sharp
2018-01-08
1
-1
/
+5
*
pimd: Add finer grain return codes for configuration
Donald Sharp
2018-01-03
1
-2
/
+12
*
pimd: When doing a RPF for a route, note when we fail the lookup
Donald Sharp
2017-10-30
1
-4
/
+9
*
Merge pull request #1298 from opensourcerouting/iface-rb-tree
Donald Sharp
2017-10-16
1
-60
/
+26
|
\
|
*
*: use the FOR_ALL_INTERFACES abstraction from babeld
Renato Westphal
2017-10-10
1
-26
/
+26
|
*
*: use rb-trees to store interfaces instead of sorted linked-lists
Renato Westphal
2017-10-10
1
-60
/
+26
*
|
Merge pull request #1316 from donaldsharp/high_stuff
Renato Westphal
2017-10-10
1
-1
/
+1
|
\
\
|
*
|
pimd: Fix uninited idx for argv_find
Donald Sharp
2017-10-10
1
-1
/
+1
|
|
/
*
|
pimd: Cleanup deep nesting in pim_cmd.c
Donald Sharp
2017-10-09
1
-86
/
+72
*
|
pimd: Display RPF address as part of json output
Donald Sharp
2017-10-09
1
-0
/
+24
|
/
*
pimd: Fix multicast boundary command
Donald Sharp
2017-10-05
1
-2
/
+2
*
pimd: Add 'show ip mroute fill' command
Donald Sharp
2017-09-28
1
-11
/
+21
*
pimd: add support for boundaries
Quentin Young
2017-09-26
1
-0
/
+54
*
Merge pull request #1069 from donaldsharp/rfc_plist
Philippe Guibert
2017-09-26
1
-1
/
+1
|
\
|
*
pimd: Add ability to lookup RP group by table.
Donald Sharp
2017-08-31
1
-1
/
+1
*
|
pimd: fix some null pointer derefs in cli
Quentin Young
2017-09-22
1
-4
/
+12
*
|
*: use clang's 'ForEachMacros' format style option
Renato Westphal
2017-09-15
1
-42
/
+25
*
|
pimd: Allow igmp join messages to return more detailed errors
Donald Sharp
2017-09-14
1
-7
/
+3
*
|
pimd: Add new 'debug pim nht rp' command
Donald Sharp
2017-09-14
1
-0
/
+29
*
|
pimd: Cleanup a variety of SA issues
Donald Sharp
2017-08-25
1
-0
/
+3
|
/
*
pimd: Cleanup S,GRPt prune handling on Mroute Loss
Donald Sharp
2017-08-24
1
-2
/
+2
*
*: Add 'show debugging' command from vtysh
Donald Sharp
2017-08-21
1
-6
/
+9
*
Merge pull request #1001 from dwalton76/pimd-CMD-WARNING
Jafar Al-Gharaibeh
2017-08-18
1
-1
/
+1
|
\
|
*
pimd: "No Path to RP address specified" should exit 0
Daniel Walton
2017-08-17
1
-1
/
+1
*
|
Merge pull request #984 from donaldsharp/debugging
David Lamparter
2017-08-16
1
-3
/
+53
|
\
\
|
*
|
pimd: Add 'show ip msdp vrf all sa ...' command
Donald Sharp
2017-08-15
1
-0
/
+49
|
*
|
pimd: Rename duplicate JSON key
Donald Sharp
2017-08-15
1
-1
/
+1
|
*
|
pimd: Allow user to specify ip address for 'no ip pim use-source'
Donald Sharp
2017-08-15
1
-2
/
+3
|
|
/
*
/
pimd: Fix pim bfd config order dependecny
Chirag Shah
2017-08-14
1
-4
/
+19
|
/
*
pimd: some pim cli fixes
Quentin Young
2017-08-07
1
-4
/
+4
*
pimd: Add `ip pim rp keep-alive-time X`
Donald Sharp
2017-08-02
1
-0
/
+33
*
pimd: Convert to using a RB tree for the pim_ifp ifchannel_list
Donald Sharp
2017-08-02
1
-22
/
+14
*
pimd: Rename pim_ifp->pim_ifchannel_list
Donald Sharp
2017-08-02
1
-8
/
+8
*
pimd: Remove almost duplicate pim->ifchannel_list
Donald Sharp
2017-08-02
1
-285
/
+366
*
pimd: fix `show ip msdp...` NPD when vrf unknown
Quentin Young
2017-07-28
1
-4
/
+11
*
pimd: Allow the keepalive time to be per vrf.
Donald Sharp
2017-07-28
1
-2
/
+2
*
pimd: Use JSON_STR
Donald Sharp
2017-07-25
1
-27
/
+27
*
pimd: Fix missing docstring in 'no debug pim trace detail'
Donald Sharp
2017-07-24
1
-1
/
+2
*
pimd: Fix 'show ip mroute vrf all count' crash
Donald Sharp
2017-07-24
1
-0
/
+33
[next]