]> git.puffer.fish Git - mirror/frr.git/commitdiff
ospf6d: Allow unconfig of unknown lsa's
authorDonald Sharp <sharpd@cumulusnetworks.com>
Fri, 18 Nov 2016 16:41:53 +0000 (11:41 -0500)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Tue, 16 May 2017 19:24:30 +0000 (15:24 -0400)
When we are receiving the 'no debug ospf6 lsa unknown ...'
Allow the removal of the originate examine and flooding
keywords.

Ticket: CM-12805
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
ospf6d/ospf6_lsa.c

index f3afd487e47a06ade10b94f57359d060101f3b83..867dc3d9d83bd243a85e51fb700c3d022f447939 100644 (file)
@@ -872,7 +872,17 @@ ALIAS (debug_ospf6_lsa_type,
        DEBUG_STR
        OSPF6_STR
        "Debug Link State Advertisements (LSAs)\n"
-       "Specify LS type as Hexadecimal\n"
+       "Router LSA's\n"
+       "Network LSA's\n"
+       "Inter-Prefix LSA's\n"
+       "Inter-Router LSA's\n"
+       "AS-External LSA's\n"
+       "Link LSA's\n"
+       "Intra-Prefix LSA's\n"
+       "Unknown LSA's\n"
+       "Originate\n"
+       "Examine\n"
+       "Flooding\n"
       )
 
 DEFUN (no_debug_ospf6_lsa_type,
@@ -928,12 +938,22 @@ DEFUN (no_debug_ospf6_lsa_type,
 
 ALIAS (no_debug_ospf6_lsa_type,
        no_debug_ospf6_lsa_hex_detail_cmd,
-       "no debug ospf6 lsa (router|network|inter-prefix|inter-router|as-external|link|intra-prefix) (originate|examine|flooding)",
+       "no debug ospf6 lsa (router|network|inter-prefix|inter-router|as-external|link|intra-prefix|unknown) (originate|examine|flooding)",
        NO_STR
        DEBUG_STR
        OSPF6_STR
        "Debug Link State Advertisements (LSAs)\n"
-       "Specify LS type as Hexadecimal\n"
+       "Router LSA's\n"
+       "Network LSA's\n"
+       "Inter-Prefix LSA's\n"
+       "Inter-Router LSA's\n"
+       "AS-External LSA's\n"
+       "Link LSA's\n"
+       "Intra-Prefix LSA's\n"
+       "Unknown LSA's\n"
+       "Originate\n"
+       "Examine\n"
+       "Flooding\n"
       )
 
 void