]> git.puffer.fish Git - matthieu/frr.git/commit
zebra: fix default value for affinity-mode
authorIgor Ryzhov <iryzhov@nfware.com>
Fri, 19 Jan 2024 01:21:53 +0000 (03:21 +0200)
committerIgor Ryzhov <iryzhov@nfware.com>
Fri, 19 Jan 2024 01:47:25 +0000 (03:47 +0200)
commit01be34fa3429e97fdcaf8299b74dc18ddb1c9629
tree0fa8b217e7e3e1486479308182642a186d5b897e
parent733462a991ffa70a4b4bf04282833956a8925b43
zebra: fix default value for affinity-mode

- initialize the necessary bit when creating if_link_params
- fix CLI description to mark extended as the default mode
- correctly set mode to extended when using the "no" form of the command
- handle the "show_defaults" parameter correctly in cli_show callback

Signed-off-by: Igor Ryzhov <iryzhov@nfware.com>
lib/if.c
zebra/interface.c