ospfd: return non-zero for configuration failures

Signed-off-by: lihongguang <lhg803@163.com>
This commit is contained in:
lihongguang 2018-01-03 22:47:28 +08:00
parent baa68bca40
commit e3e0481542

View File

@ -44,6 +44,7 @@
vty_out(vty, \
"%% You can't configure %s to backbone\n", \
NAME); \
return CMD_WARNING; \
} \
}