Merge pull request #1589 from lihongguang/master

ospfd: return non-zero for configuration failures
This commit is contained in:
Donald Sharp 2018-01-03 11:12:34 -05:00 committed by GitHub
commit 9bc82f11fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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