mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-06 21:50:39 +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, \
|
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