]> git.puffer.fish Git - matthieu/frr.git/commit
pimd: Create ability to modify hell and hold timers per interface
authorDonald Sharp <sharpd@cumulusnetworks.com>
Fri, 21 Aug 2015 23:35:27 +0000 (19:35 -0400)
committerDonald Sharp <sharpd@cumulusnetwroks.com>
Thu, 26 May 2016 00:38:33 +0000 (20:38 -0400)
commit7960fa8f754a43a3e0a9c48de21af38051bc1d70
treebdd2584f5d9eb1104c81be68c833dc9f52aaacda
parent6c44fe2294c250c7f2e4d0927867662fde28f274
pimd: Create ability to modify hell and hold timers per interface

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/pim_cmd.c
pimd/pim_cmd.h
pimd/pim_vty.c