commit | 768d9098a526841d22a8f0b740a919bd6eccee47 | [log] [tgz] |
---|---|---|
author | Dinesh Dutt <ddutt@cumulusnetworks.com> | Tue May 19 18:04:13 2015 -0700 |
committer | Paul Jakma <paul.jakma@hpe.com> | Tue Oct 04 13:07:48 2016 +0100 |
tree | adcc88e6c578b62f04933d8741a02245150ebbdb | |
parent | d8c5f27777051b3ea32f8b5979ecd9bb7b9475b9 [diff] |
zebra: Suppress displaying default config as part of running config Quagga doesn't display default config as part of the running config, only what is different from the default. However, in the case of rtadv, every link displays the default "ipv6 nd suppress-ra" as part of running config. This patch fixes that. Signed-off-by: Dinesh Dutt <ddutt@cumulusnetworks.com>