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: 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
*
pimd: Add 'vrf all' commands where needed
Donald Sharp
2017-07-24
1
-13
/
+538
*
pimd: Fixup NHT debugging to be a bit more coherent
Donald Sharp
2017-07-24
1
-1
/
+1
*
pimd: Add `debug pim nht` command
Donald Sharp
2017-07-24
1
-0
/
+26
*
pimd: Put 'struct pim_instance *' as the first function parameter
Donald Sharp
2017-07-24
1
-124
/
+123
*
pimd: Add 'show ip mroute vrf all [json]' command
Donald Sharp
2017-07-24
1
-0
/
+33
*
pimd: display down ports show ip pim interface
Chirag Shah
2017-07-24
1
-10
/
+11
*
pimd: Fixup PIM to handle vrf autocompletion
Donald Sharp
2017-07-24
1
-41
/
+41
*
pimd: Fix ambiguous command
Donald Sharp
2017-07-24
1
-1
/
+1
*
pimd: Convert code to handle vrf autocompletion
Donald Sharp
2017-07-24
1
-41
/
+41
*
pimd: Fix msdp show command
Donald Sharp
2017-07-24
1
-2
/
+3
*
pimd: Fix 'show ip pim state...' vrf changes
Donald Sharp
2017-07-24
1
-5
/
+5
*
pimd: Fix help string
Donald Sharp
2017-07-24
1
-1
/
+2
*
pimd: Add 'debug pim trace detail' command
Donald Sharp
2017-07-24
1
-0
/
+27
*
pimd: Fix mixup in addition to vrf node
Donald Sharp
2017-07-24
1
-1
/
+1
*
pimd: Fix crash in 'show ip multicast vrf..'
Donald Sharp
2017-07-24
1
-2
/
+5
*
pimd: Convert pim_cmd.c to use correct pim instance
Donald Sharp
2017-07-24
1
-272
/
+490
*
pimd: Add vrf help strings to some commands
Donald Sharp
2017-07-24
1
-0
/
+4
*
pimd: Start 'show ip pim [vrf NAME] ...' conversions
Donald Sharp
2017-07-24
1
-8
/
+14
*
pimd: Add vrf ability to msdp show commands
Donald Sharp
2017-07-24
1
-43
/
+101
*
pimd: All CONFIG_NODE commands are now available in VRF_NODE
Donald Sharp
2017-07-24
1
-33
/
+91
*
pimd: Create macro to get appropriate pim instance
Donald Sharp
2017-07-24
1
-2
/
+1
[prev]
[next]