summaryrefslogtreecommitdiff
path: root/zebra/interface.c
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@cumulusnetworks.com>2017-10-24 19:36:30 -0400
committerGitHub <noreply@github.com>2017-10-24 19:36:30 -0400
commitb5b583aa8d9318a36a89129b08dee7f9fdedcf68 (patch)
tree55ddd237d50698bc0a53a42b41def519b337c935 /zebra/interface.c
parent47473bbbc7cc919eace33812419c0eb76e4cda68 (diff)
parentb11b57723b963fb5d0ab11748b7957f0b7fa5d37 (diff)
Merge pull request #1357 from opensourcerouting/coverity_fixes
Coverity fixes
Diffstat (limited to 'zebra/interface.c')
-rw-r--r--zebra/interface.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/zebra/interface.c b/zebra/interface.c
index e912b2dcf8..dd1050ee7f 100644
--- a/zebra/interface.c
+++ b/zebra/interface.c
@@ -2539,7 +2539,7 @@ DEFUN (no_ip_address,
NO_STR
"Interface Internet Protocol config commands\n"
"Set the IP address of an interface\n"
- "IP Address (e.g. 10.0.0.1/8)")
+ "IP Address (e.g. 10.0.0.1/8)\n")
{
int idx_ipv4_prefixlen = 3;
VTY_DECLVAR_CONTEXT(interface, ifp);