]> git.puffer.fish Git - mirror/frr.git/commitdiff
tools: add ospfd support bundle commands 9341/head
authorChristian Hopps <chopps@labn.net>
Wed, 4 Aug 2021 06:09:45 +0000 (06:09 +0000)
committerChristian Hopps <chopps@labn.net>
Tue, 10 Aug 2021 07:39:18 +0000 (07:39 +0000)
Signed-off-by: Christian Hopps <chopps@labn.net>
tools/etc/frr/support_bundle_commands.conf

index 750fa6b39faad41e0820a6ae5a1d2ae0aca94f7a..e223eb27439111d2166821b765158c35ff0f1a95 100644 (file)
@@ -85,12 +85,18 @@ CMD_LIST_END
 # OSPF Support Bundle Command List
 PROC_NAME:ospf
 CMD_LIST_START
-show ip ospf
-show ip ospf vrfs
 show ip ospf vrf all
+show ip ospf vrfs
+
 show ip ospf vrf all interface
+show ip ospf vrf all interface traffic
 show ip ospf vrf all neighbor
-show ip ospf vrf all neighbor detail
+show ip ospf vrf all neighbor detail all
+show ip ospf vrf all graceful-restart helper detail
+
+show ip ospf vrf all border-routers
+show ip ospf vrf all summary-address detail
+
 show ip ospf vrf all database
 show ip ospf vrf all database router
 show ip ospf vrf all database network
@@ -101,16 +107,20 @@ show ip ospf vrf all database opaque-area
 show ip ospf vrf all database opaque-as
 show ip ospf vrf all database opaque-link
 show ip ospf vrf all database nssa-external
+show ip ospf database segment-routing
 show ip ospf vrf all database max-age
 show ip ospf vrf all database self-originate
 show ip ospf vrf all route
+
+show ip ospf mpls ldp-sync
+show ip ospf mpls ldp-sync interface all
+
 show ip ospf vrf all mpls-te interface
-show ip ospf vrf all interface traffic
+show ip ospf mpls-te database verbose
 show ip ospf mpls-te router
+
 show ip ospf router-info
 show ip ospf router-info pce
-show ip ospf database segment-routing
-show debugging
 CMD_LIST_END
 
 # RIP Support Bundle Command List