mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-07-27 13:46:45 +00:00
Merge pull request #17324 from FRRouting/mergify/bp/stable/9.1/pr-17318
zebra: Add missing new line for help string (backport #17318)
This commit is contained in:
commit
628eaf6b81
@ -320,7 +320,7 @@ int main(int argc, char **argv)
|
|||||||
" -r, --retain When program terminates, retain added route by zebra.\n"
|
" -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"
|
" -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"
|
" -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
|
#ifdef HAVE_NETLINK
|
||||||
" -s, --nl-bufsize Set netlink receive buffer size\n"
|
" -s, --nl-bufsize Set netlink receive buffer size\n"
|
||||||
" -n, --vrfwnetns Use NetNS as VRF backend\n"
|
" -n, --vrfwnetns Use NetNS as VRF backend\n"
|
||||||
|
Loading…
Reference in New Issue
Block a user