diff options
| author | Donald Sharp <sharpd@cumulusnetworks.com> | 2017-10-24 19:36:30 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-10-24 19:36:30 -0400 |
| commit | b5b583aa8d9318a36a89129b08dee7f9fdedcf68 (patch) | |
| tree | 55ddd237d50698bc0a53a42b41def519b337c935 /zebra/zserv.c | |
| parent | 47473bbbc7cc919eace33812419c0eb76e4cda68 (diff) | |
| parent | b11b57723b963fb5d0ab11748b7957f0b7fa5d37 (diff) | |
Merge pull request #1357 from opensourcerouting/coverity_fixes
Coverity fixes
Diffstat (limited to 'zebra/zserv.c')
| -rw-r--r-- | zebra/zserv.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/zebra/zserv.c b/zebra/zserv.c index 6295de0c2e..15bfd37da8 100644 --- a/zebra/zserv.c +++ b/zebra/zserv.c @@ -2800,7 +2800,7 @@ DEFUN (ip_forwarding, ip_forwarding_cmd, "ip forwarding", IP_STR - "Turn on IP forwarding") + "Turn on IP forwarding\n") { int ret; @@ -2821,7 +2821,7 @@ DEFUN (no_ip_forwarding, "no ip forwarding", NO_STR IP_STR - "Turn off IP forwarding") + "Turn off IP forwarding\n") { int ret; @@ -2967,7 +2967,7 @@ DEFUN (ipv6_forwarding, ipv6_forwarding_cmd, "ipv6 forwarding", IPV6_STR - "Turn on IPv6 forwarding") + "Turn on IPv6 forwarding\n") { int ret; @@ -2988,7 +2988,7 @@ DEFUN (no_ipv6_forwarding, "no ipv6 forwarding", NO_STR IPV6_STR - "Turn off IPv6 forwarding") + "Turn off IPv6 forwarding\n") { int ret; |
