summaryrefslogtreecommitdiffstats
path: root/pimd/pim_vty.c
Commit message (Collapse)AuthorAgeFilesLines
* pimd: Do not display some default values as part of a show runDonald Sharp2015-10-271-10/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | There is no need to display igmp default values for the query-interval and the query-max-response-time-dsec Before change: ! interface swp4 description swp4 -> host-212's swp1 ip igmp ip igmp query-interval 125 ip igmp query-max-response-time-dsec 100 ip pim ssm link-detect ! After change: ! interface br1 ip igmp ip pim ssm link-detect ! Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
* pimd: Create ability to modify hell and hold timers per interfaceDonald Sharp2015-09-031-0/+8
| | | | | | | | | | | 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 ability to set DR Priority for an interfaceDonald Sharp2015-08-211-0/+8
| | | | | | | | | | | | | | | | | | From RFC 4601, Section 4.3.1: The DR_Priority Option allows a network administrator to give preference to a particular router in the DR election process by giving it a numerically larger DR Priority. The DR_Priority Option SHOULD be included in every Hello message, even if no DR Priority is explicitly configured on that interface. This is necessary because priority-based DR election is only enabled when all neighbors on an interface advertise that they are capable of using the DR_Priority Option. The default priority is 1. This modification allows the setting of the DR Priority on a per interface basis. Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
* [pim] debug mrouteEverton Marques2015-02-041-0/+5
|
* [pim] Packet dump debuggingEverton Marques2015-02-041-0/+8
|
* [pim] Hooks for ssmpingd supportEverton Marques2015-02-041-6/+26
|
* [pim] Initial pim 0.155Everton Marques2015-02-041-0/+145