Closed k0ste closed 3 months ago
id 181818177 group 270/284/285 proto 194
id 181818178 group 269/270 type resilient buckets 64 idle_timer 1280 unbalanced_timer 2560 unbalanced_time 0 proto 194
root@r1:/tmp/topotests/all_protocol_startup.test_all_protocol_startup/r1# vtysh -c "show nexthop-group rib 181818178"
ID: 181818178 (sharp)
RefCnt: 1
Uptime: 00:00:31
VRF: default
Valid, Installed
Depends: (269) (270)
via 1.1.1.1, r1-eth1 (vrf default) onlink, weight 1
via 1.1.1.2, r1-eth2 (vrf default) onlink, weight 1
Buckets: 64 Idle Timer: 128 Unbalanced Timer: 256 Unbalanced time: 0
root@r1:/tmp/topotests/all_protocol_startup.test_all_protocol_startup/r1#
It's working for me locally. I would guess that your kernel version is less than 5.19, correct?
Additionally are you running sharpd?
I would guess that your kernel version is less than 5.19, correct?
Kernel 6.7.2
Additionally are you running sharpd?
AFAIK, sharpd
is a daemon for a developer testing purposes, so No
host# show daemons
mgmtd zebra watchfrr pbrd staticd
I would try running sharpd to get this to work
I would try running sharpd to get this to work
I should try? Or this daemon is required to work? If so, please say so explicitly, as there is no documentation about this. Right now it looks like it only works with the test daemon
I was try to enable sharpd
in daemons: daemon binary not installed
Jul 31 19:53:40 example.com systemd[1]: Starting FRRouting...
Jul 31 19:53:40 example.com frrinit.sh[916180]: cannot start sharpd: daemon binary not installed
Jul 31 19:53:40 example.com frrinit.sh[916180]: Starting watchfrr with command: ' /usr/bin/watchfrr -d -F traditional zebra mgmtd pbrd staticd'
This means, the binary is not included to frr packages
Donald, please reopen this issue
Description
Was try to setup resilient nexthoup-group (see #12188). Group was added to kernel, but resilient options seems ignored
Version
How to reproduce
Expected behavior
nexthop-group installed with resilient buckets
Actual behavior
Additional context
Checklist