]> git.ipfire.org Git - thirdparty/iproute2.git/commit
dcb: Set values with RTM_SETDCB type
authorPetr Machata <me@pmachata.org>
Sun, 3 Jan 2021 10:57:22 +0000 (11:57 +0100)
committerStephen Hemminger <stephen@networkplumber.org>
Sat, 16 Jan 2021 17:12:15 +0000 (09:12 -0800)
commit2e99c281611ad229dfd28818bb50824fb2586a20
tree902cd0aaf6a7a8508dad6ad1bea2e23bffca3165
parent8b4b1322614f85068a5e6d47205285bb3d20ab05
dcb: Set values with RTM_SETDCB type

dcb currently sends all netlink messages with a type RTM_GETDCB, even the
set ones. Change to the appropriate type.

Fixes: 67033d1c1c8a ("Add skeleton of a new tool, dcb")
Signed-off-by: Petr Machata <me@pmachata.org>
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
dcb/dcb.c