summaryrefslogtreecommitdiffstats
path: root/pimd/pim_cmd.h
Commit message (Collapse)AuthorAgeFilesLines
* pimd: Create ability to modify hell and hold timers per interfaceDonald Sharp2015-09-031-0/+3
| | | | | | | | | | | Create new per interface command: 'ip pim hello <1-180> {<1-180>}' The first number is the Hello Timer for this interface The second number is the Hold Timer to pass to neighbors on this interface. The second number is optional. Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
* pimd: add support for configuring multicast static routesJafar Al-Gharaibeh2015-08-211-0/+1
| | | | | | | | | | | | | | | | | | | | | | Hi, This patch adds the ability to configure multicast static routes directly into pimd. Two source files are introduced to implement the new feature in addition to changes to existing files. Here is how it can be used the CLI: interface <incoming interface> ip mroute <outgoing interface> <group addr> # for asm or ip mroute <outgoing interface> <group addr> <source> # for ssm Please let me know if you have any questions or concerns, Regards, Jafar Acked-by: Donald Sharp <sharpd@cumulusnetworks.com>
* pimd: Addition of Hello & Join-Prune message debug commandsBalaji.G2015-02-041-0/+2
| | | | | Separate "debug pim packets hello and Join-Prune" added to enable hello and Join-Prune debugs specifically
* [pim] "show ip route" renamed to "show ip rib"Everton Marques2015-02-041-0/+1
|
* [pim] debug mrouteEverton Marques2015-02-041-0/+1
|
* [pim] Packet dump debuggingEverton Marques2015-02-041-0/+3
|
* [pim] Hooks for ssmpingd supportEverton Marques2015-02-041-1/+3
|
* [pim] Skeleton for ssmpingd supportEverton Marques2015-02-041-0/+1
|
* [pim] Initial pim 0.155Everton Marques2015-02-041-0/+56