]> git.puffer.fish Git - mirror/frr.git/commit
zebra: Add missing new line for help string 17324/head
authorDonatas Abraitis <donatas@opensourcerouting.org>
Thu, 31 Oct 2024 08:47:48 +0000 (10:47 +0200)
committerMergify <37929162+mergify[bot]@users.noreply.github.com>
Thu, 31 Oct 2024 13:15:50 +0000 (13:15 +0000)
commit61484bb0bcf12a6907d00fe120c854c1b553566d
tree341c5495e799e40e92ba6bc572f9625907b2cea8
parentd2e48776fa40981379a9463ad415d75041612644
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: 1f5611c06d1c243b42279748788f0627793ead9c ("zebra: Allow zebra cli to accept v6 routes with v4 nexthops")
Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
(cherry picked from commit 25ae643996d338b8230fb15a9064843fe85de224)
zebra/main.c