diff options
| author | Jafar Al-Gharaibeh <jafar@atcorp.com> | 2024-10-31 10:42:39 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-10-31 10:42:39 -0500 |
| commit | 628eaf6b81cfa9a62bd096db83f4f92b25123d8e (patch) | |
| tree | 341c5495e799e40e92ba6bc572f9625907b2cea8 | |
| parent | d2e48776fa40981379a9463ad415d75041612644 (diff) | |
| parent | 61484bb0bcf12a6907d00fe120c854c1b553566d (diff) | |
Merge pull request #17324 from FRRouting/mergify/bp/stable/9.1/pr-17318
zebra: Add missing new line for help string (backport #17318)
| -rw-r--r-- | zebra/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zebra/main.c b/zebra/main.c index b660118824..0b9df2b698 100644 --- a/zebra/main.c +++ b/zebra/main.c @@ -320,7 +320,7 @@ int main(int argc, char **argv) " -r, --retain When program terminates, retain added route by zebra.\n" " -K, --graceful_restart Graceful restart at the kernel level, timer in seconds for expiration\n" " -A, --asic-offload FRR is interacting with an asic underneath the linux kernel\n" - " --v6-with-v4-nexthops Underlying dataplane supports v6 routes with v4 nexthops" + " --v6-with-v4-nexthops Underlying dataplane supports v6 routes with v4 nexthops\n" #ifdef HAVE_NETLINK " -s, --nl-bufsize Set netlink receive buffer size\n" " -n, --vrfwnetns Use NetNS as VRF backend\n" |
