mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-03 11:01:48 +00:00
zebra: Add missing new line for help string
``` -A, --asic-offload FRR is interacting with an asic underneath the linux kernel --v6-with-v4-nexthops Underlying dataplane supports v6 routes with v4 nexthops -s, --nl-bufsize Set netlink receive buffer size ``` Fixes:1f5611c06d
("zebra: Allow zebra cli to accept v6 routes with v4 nexthops") Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org> (cherry picked from commit25ae643996
)
This commit is contained in:
parent
4e23ebed1e
commit
644211270f
@ -341,7 +341,7 @@ int main(int argc, char **argv)
|
||||
" -e, --ecmp Specify ECMP to use.\n"
|
||||
" -r, --retain When program terminates, retain added route by zebra.\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"
|
||||
|
Loading…
Reference in New Issue
Block a user