]> git.ipfire.org Git - thirdparty/iproute2.git/commitdiff
Merge branch 'main' into next
authorDavid Ahern <dsahern@kernel.org>
Fri, 16 Dec 2022 16:12:38 +0000 (09:12 -0700)
committerDavid Ahern <dsahern@kernel.org>
Fri, 16 Dec 2022 16:12:38 +0000 (09:12 -0700)
Conflicts:
devlink/devlink.c

Signed-off-by: David Ahern <dsahern@kernel.org>
1  2 
devlink/devlink.c
man/man8/ip-link.8.in

index cb9b154b47b2c817ea0b824f9b861b908f9524ac,11daf0c36e5d847e1769674e098eb02ff9495e56..b865b83c826333d24ebfeb777a30db5fa1096524
@@@ -5258,8 -5050,7 +5258,9 @@@ static int cmd_port_fn_rate_add(struct 
  
        err = dl_argv_parse(dl, DL_OPT_PORT_FN_RATE_NODE_NAME,
                            DL_OPT_PORT_FN_RATE_TX_SHARE | DL_OPT_PORT_FN_RATE_TX_MAX |
-                           DL_OPT_PORT_FN_RATE_TX_WEIGHT);
 +                          DL_OPT_PORT_FN_RATE_TX_PRIORITY |
++                          DL_OPT_PORT_FN_RATE_TX_WEIGHT |
+                           DL_OPT_PORT_FN_RATE_PARENT);
        if (err)
                return err;
  
Simple merge