mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-07-03 21:33:24 +00:00
ospfd: return non-zero for configuration failures
Signed-off-by: lihongguang <lhg803@163.com>
This commit is contained in:
parent
baa68bca40
commit
e3e0481542
@ -44,6 +44,7 @@
|
|||||||
vty_out(vty, \
|
vty_out(vty, \
|
||||||
"%% You can't configure %s to backbone\n", \
|
"%% You can't configure %s to backbone\n", \
|
||||||
NAME); \
|
NAME); \
|
||||||
|
return CMD_WARNING; \
|
||||||
} \
|
} \
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user