]> git.puffer.fish Git - mirror/frr.git/commit
zebra: Add missing new line for help string 17318/head
authorDonatas Abraitis <donatas@opensourcerouting.org>
Thu, 31 Oct 2024 08:47:48 +0000 (10:47 +0200)
committerDonatas Abraitis <donatas@opensourcerouting.org>
Thu, 31 Oct 2024 08:47:48 +0000 (10:47 +0200)
commit25ae643996d338b8230fb15a9064843fe85de224
treed55f10b8f19b6480c737263dbede92b89597080a
parent5f112356149689f8da385442447606f1c2c5cc9e
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>
zebra/main.c