Skip to content

Commit

Permalink
Merge pull request #1589 from lihongguang/master
Browse files Browse the repository at this point in the history
ospfd: return non-zero for configuration failures
  • Loading branch information
donaldsharp authored Jan 3, 2018
2 parents baa68bc + e3e0481 commit 9bc82f1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ospfd/ospf_vty.h
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
vty_out(vty, \
"%% You can't configure %s to backbone\n", \
NAME); \
return CMD_WARNING; \
} \
}

Expand Down

0 comments on commit 9bc82f1

Please sign in to comment.