mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-07-10 22:08:14 +00:00
Merge branch 'cmaster' of ssh://stash.cumulusnetworks.com:7999/quag/quagga into cmaster
This commit is contained in:
commit
62357c3cfb
@ -7688,6 +7688,9 @@ DEFUN (ip_ospf_area,
|
|||||||
params = IF_DEF_PARAMS (ifp);
|
params = IF_DEF_PARAMS (ifp);
|
||||||
if (OSPF_IF_PARAM_CONFIGURED(params, if_area))
|
if (OSPF_IF_PARAM_CONFIGURED(params, if_area))
|
||||||
{
|
{
|
||||||
|
vty_out (vty,
|
||||||
|
"Must remove previous area config before changing ospf area %s",
|
||||||
|
VTY_NEWLINE);
|
||||||
return CMD_WARNING;
|
return CMD_WARNING;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user