mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-05-01 09:00:13 +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, \
|
||||
"%% You can't configure %s to backbone\n", \
|
||||
NAME); \
|
||||
return CMD_WARNING; \
|
||||
} \
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user