iproute2: Update to version 5.8
[openwrt/openwrt.git] / package / network / utils / iproute2 / patches / 170-ip_tiny.patch
index 7129d4f19e8b456665bfd692f3f3609888f52b3d..c9b28dfe7727859fb4d4ce7d0b8f65761a1139d1 100644 (file)
@@ -33,7 +33,7 @@
                "where  OBJECT := { link | address | addrlabel | route | rule | neigh | ntable |\n"
                "                   tunnel | tuntap | maddress | mroute | mrule | monitor | xfrm |\n"
                "                   netns | l2tp | fou | macsec | tcp_metrics | token | netconf | ila |\n"
-               "                   vrf | sr | nexthop }\n"
+               "                   vrf | sr | nexthop | mptcp }\n"
 +#else
 +              "where  OBJECT := { link | address | route | rule | neigh | tunnel | maddress |\n"
 +              "                   mroute | mrule | monitor | netns | macsec | token | ila |\n"
@@ -42,7 +42,7 @@
                "       OPTIONS := { -V[ersion] | -s[tatistics] | -d[etails] | -r[esolve] |\n"
                "                    -h[uman-readable] | -iec | -j[son] | -p[retty] |\n"
                "                    -f[amily] { inet | inet6 | mpls | bridge | link } |\n"
-@@ -74,35 +80,49 @@ static const struct cmd {
+@@ -74,36 +80,50 @@ static const struct cmd {
        int (*func)(int argc, char **argv);
  } cmds[] = {
        { "address",    do_ipaddr },
@@ -88,6 +88,7 @@
        { "sr",         do_seg6 },
 +#ifndef IPROUTE2_TINY
        { "nexthop",    do_ipnh },
+       { "mptcp",      do_mptcp },
 +#endif
        { "help",       do_help },
        { 0 }
 +
  UTILOBJ = utils.o rt_names.o ll_map.o ll_types.o ll_proto.o ll_addr.o \
        inet_proto.o namespace.o json_writer.o json_print.o \
-       names.o color.o bpf.o exec.o fs.o
+       names.o color.o bpf.o exec.o fs.o cg_map.o