]> git.puffer.fish Git - mirror/frr.git/commit
pimd: Do not display some default values as part of a show run
authorDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 30 Sep 2015 13:10:12 +0000 (09:10 -0400)
committerDonald Sharp <sharpd@cumulusnetwroks.com>
Thu, 26 May 2016 00:38:33 +0000 (20:38 -0400)
commit6b775f61209b1011db1afdb4a2465d10e5e00217
tree65290e2ef6e386403eabf8742bdc228947d7ccb1
parent868388e57e62dd8766f6b35bb787d059f014d11e
pimd: Do not display some default values as part of a show run

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