mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-14 02:53:55 +00:00
OSPFv3 should accept long form of "no redistribute"
This commit is contained in:
parent
b52a8a52c1
commit
a231c1d588
@ -701,6 +701,15 @@ DEFUN (no_ospf6_redistribute,
|
|||||||
return CMD_SUCCESS;
|
return CMD_SUCCESS;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
ALIAS (no_ospf6_redistribute,
|
||||||
|
no_ospf6_redistribute_route_map_cmd,
|
||||||
|
"no redistribute " QUAGGA_REDIST_STR_OSPF6D " route-map WORD",
|
||||||
|
NO_STR
|
||||||
|
"Redistribute\n"
|
||||||
|
QUAGGA_REDIST_HELP_STR_OSPF6D
|
||||||
|
"Route map reference\n"
|
||||||
|
"Route map name\n")
|
||||||
|
|
||||||
int
|
int
|
||||||
ospf6_redistribute_config_write (struct vty *vty)
|
ospf6_redistribute_config_write (struct vty *vty)
|
||||||
{
|
{
|
||||||
@ -1345,6 +1354,7 @@ ospf6_asbr_init (void)
|
|||||||
install_element (OSPF6_NODE, &ospf6_redistribute_cmd);
|
install_element (OSPF6_NODE, &ospf6_redistribute_cmd);
|
||||||
install_element (OSPF6_NODE, &ospf6_redistribute_routemap_cmd);
|
install_element (OSPF6_NODE, &ospf6_redistribute_routemap_cmd);
|
||||||
install_element (OSPF6_NODE, &no_ospf6_redistribute_cmd);
|
install_element (OSPF6_NODE, &no_ospf6_redistribute_cmd);
|
||||||
|
install_element (OSPF6_NODE, &no_ospf6_redistribute_route_map_cmd);
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
|
Loading…
Reference in New Issue
Block a user