Skip to content

Commit

Permalink
bgpd: Drop unsupported commands
Browse files Browse the repository at this point in the history
Signed-off-by: Donatas Abraitis <[email protected]>
  • Loading branch information
ton31337 committed Nov 14, 2024
1 parent f2f6d1c commit b1a1c48
Showing 1 changed file with 0 additions and 22 deletions.
22 changes: 0 additions & 22 deletions bgpd/bgp_vty.c
Original file line number Diff line number Diff line change
Expand Up @@ -1472,24 +1472,6 @@ DEFUN_HIDDEN (no_bgp_local_mac,
return CMD_SUCCESS;
}

DEFUN (no_synchronization,
no_synchronization_cmd,
"no synchronization",
NO_STR
"Perform IGP synchronization\n")
{
return CMD_SUCCESS;
}

DEFUN (no_auto_summary,
no_auto_summary_cmd,
"no auto-summary",
NO_STR
"Enable automatic network number summarization\n")
{
return CMD_SUCCESS;
}

/* "router bgp" commands. */
DEFUN_NOSH (router_bgp,
router_bgp_cmd,
Expand Down Expand Up @@ -20442,10 +20424,6 @@ void bgp_vty_init(void)
install_element(CONFIG_NODE,
&no_bgp_graceful_restart_rib_stale_time_cmd);

/* Dummy commands (Currently not supported) */
install_element(BGP_NODE, &no_synchronization_cmd);
install_element(BGP_NODE, &no_auto_summary_cmd);

/* "router bgp" commands. */
install_element(CONFIG_NODE, &router_bgp_cmd);

Expand Down

0 comments on commit b1a1c48

Please sign in to comment.