mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-05 16:57:44 +00:00
Merge pull request #1589 from lihongguang/master
ospfd: return non-zero for configuration failures
This commit is contained in:
commit
9bc82f11fb
@ -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