iproute2/dcb
Petr Machata 2e99c28161 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: 67033d1c1c ("Add skeleton of a new tool, dcb")
Signed-off-by: Petr Machata <me@pmachata.org>
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
2021-01-16 09:12:15 -08:00
..
.gitignore Add dcb/.gitignore 2020-11-29 20:39:47 +00:00
Makefile dcb: Add a subtool for the DCB maxrate object 2020-12-14 16:42:07 +00:00
dcb.c dcb: Set values with RTM_SETDCB type 2021-01-16 09:12:15 -08:00
dcb.h dcb: Add a subtool for the DCB maxrate object 2020-12-14 16:42:07 +00:00
dcb_buffer.c dcb: Add a subtool for the DCB buffer object 2020-12-14 16:42:03 +00:00
dcb_ets.c dcb: ets: Change the way show parameters are given in synopsis 2020-12-14 16:41:22 +00:00
dcb_maxrate.c dcb: Add a subtool for the DCB maxrate object 2020-12-14 16:42:07 +00:00
dcb_pfc.c dcb: Add a subtool for the DCB PFC object 2020-12-14 16:41:58 +00:00