diff options
| author | Donatas Abraitis <donatas@opensourcerouting.org> | 2024-08-14 23:16:39 +0300 |
|---|---|---|
| committer | Donatas Abraitis <donatas@opensourcerouting.org> | 2024-08-14 23:16:39 +0300 |
| commit | efcc1cacaff3afb8c20c842a35c45299517249bb (patch) | |
| tree | e6e4858b82f10d897df1fe8bc9214d00cc7e1484 /ospfd | |
| parent | 28df4462c3e9ad0464fdde26db993414146a72a3 (diff) | |
ospfd: Remove deprecated router_info_area_id_cmd
Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
Diffstat (limited to 'ospfd')
| -rw-r--r-- | ospfd/ospf_ri.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/ospfd/ospf_ri.c b/ospfd/ospf_ri.c index dbe44f7be4..76e6efeb83 100644 --- a/ospfd/ospf_ri.c +++ b/ospfd/ospf_ri.c @@ -1843,16 +1843,6 @@ DEFUN (router_info, return CMD_SUCCESS; } -#if CONFDATE > 20240809 -CPP_NOTICE("Drop deprecated router_info_area_id_cmd") -#endif -ALIAS_HIDDEN (router_info, - router_info_area_id_cmd, - "router-info area A.B.C.D", - OSPF_RI_STR - "Enable the Router Information functionality with Area flooding scope\n" - "OSPF area ID in IP format (deprecated)\n") - DEFUN (no_router_info, no_router_info_cmd, "no router-info [<area|as>]", @@ -2247,7 +2237,6 @@ static void ospf_router_info_register_vty(void) install_element(VIEW_NODE, &show_ip_ospf_router_info_pce_cmd); install_element(OSPF_NODE, &router_info_area_cmd); - install_element(OSPF_NODE, &router_info_area_id_cmd); install_element(OSPF_NODE, &no_router_info_cmd); install_element(OSPF_NODE, &pce_address_cmd); install_element(OSPF_NODE, &no_pce_address_cmd); |
