diff options
| author | Jafar Al-Gharaibeh <jafar@atcorp.com> | 2024-12-13 14:24:31 -0600 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-12-13 14:24:31 -0600 | 
| commit | 30467f8f2b3a671973aa4b0aa2bcc1e3a208cc56 (patch) | |
| tree | 696d34571f8d4b00742dd7cc9d7ffce9e8c7787d | |
| parent | 26cd0339c2667c6a22da611437f8e32e35b4247b (diff) | |
| parent | f032106fdf7aa17a30946d10c32bd534d8756b21 (diff) | |
Merge pull request #17645 from donaldsharp/support_bundle_rip
tools: Add rip support bundle commands
| -rw-r--r-- | tools/etc/frr/support_bundle_commands.conf | 8 | 
1 files changed, 5 insertions, 3 deletions
diff --git a/tools/etc/frr/support_bundle_commands.conf b/tools/etc/frr/support_bundle_commands.conf index a248a1a304..be831a1d34 100644 --- a/tools/etc/frr/support_bundle_commands.conf +++ b/tools/etc/frr/support_bundle_commands.conf @@ -134,9 +134,11 @@ show ip ospf router-info pce  CMD_LIST_END  # RIP Support Bundle Command List -# PROC_NAME:rip -# CMD_LIST_START -# CMD_LIST_END +PROC_NAME:rip +CMD_LIST_START +show ip rip +show ip rip status +CMD_LIST_END  # ISIS Support Bundle Command List  PROC_NAME:isis  | 
