commit | 0cee0384f6c223f6cf507e980f03f2f3dd65478f | [log] [tgz] |
---|---|---|
author | Donald Sharp <sharpd@cumulusnetworks.com> | Wed Sep 30 09:10:12 2015 -0400 |
committer | Paul Jakma <paul@quagga.net> | Tue Oct 27 10:53:21 2015 +0000 |
tree | 7c252fcd96a9948882a5412c67892e1c317a4c52 | |
parent | 6169559976b33a5bf120c806135c76b1b6d943ee [diff] |
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>