diff options
author | Donald Sharp <sharpd@cumulusnetworks.com> | 2017-05-17 14:32:53 +0200 |
---|---|---|
committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2017-05-17 14:32:53 +0200 |
commit | a6e895a9df5972f03e528f2c4a02c3cd338799f8 (patch) | |
tree | 9045ad5512635edae306af14bdbc28457af89435 /ospf6d/ospf6_lsa.c | |
parent | Merge pull request #538 from qlyoung/fix-stack-access-2 (diff) | |
parent | Merge pull request #553 from donaldsharp/missed_2.0 (diff) | |
download | frr-a6e895a9df5972f03e528f2c4a02c3cd338799f8.tar.xz frr-a6e895a9df5972f03e528f2c4a02c3cd338799f8.zip |
Merge remote-tracking branch 'origin/stable/2.0'
Diffstat (limited to 'ospf6d/ospf6_lsa.c')
-rw-r--r-- | ospf6d/ospf6_lsa.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/ospf6d/ospf6_lsa.c b/ospf6d/ospf6_lsa.c index 36c3d825c..acc8fe380 100644 --- a/ospf6d/ospf6_lsa.c +++ b/ospf6d/ospf6_lsa.c @@ -76,8 +76,7 @@ struct ospf6_lsa_handler unknown_handler = "Unknown", "Unk", ospf6_unknown_lsa_show, - NULL, - OSPF6_LSA_DEBUG, + NULL }; void @@ -917,7 +916,6 @@ DEFUN (no_debug_ospf6_lsa_type, return CMD_SUCCESS; } - void install_element_ospf6_debug_lsa (void) { |