Skip to content

Commit

Permalink
Merge pull request #16589 from opensourcerouting/fix/remove_deprecate…
Browse files Browse the repository at this point in the history
…d_confdate

ospfd: Remove deprecated router_info_area_id_cmd
  • Loading branch information
mjstapp authored Aug 15, 2024
2 parents 6de8091 + efcc1ca commit 4451f93
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions ospfd/ospf_ri.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>]",
Expand Down Expand Up @@ -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);
Expand Down

0 comments on commit 4451f93

Please sign in to comment.