dnsmasq: full: disable ipset support by default
[openwrt/staging/mkresin.git] / package / network / utils / iproute2 / patches / 170-ip_tiny.patch
index a0dde748c7e3140340eac98c58c35245a0d9fb69..cd687e760104462be127ef9d3787751e0c5e1114 100644 (file)
                "Usage: ip [ OPTIONS ] OBJECT { COMMAND | help }\n"
                "       ip [ -force ] -batch filename\n"
 +#ifndef IPROUTE2_TINY
-               "where  OBJECT := { address | addrlabel | fou | help | ila | l2tp | link |\n"
-               "                   macsec | maddress | monitor | mptcp | mroute | mrule |\n"
-               "                   neighbor | neighbour | netconf | netns | nexthop | ntable |\n"
-               "                   ntbl | route | rule | sr | tap | tcpmetrics |\n"
-               "                   token | tunnel | tuntap | vrf | xfrm }\n"
+               "where  OBJECT := { address | addrlabel | fou | help | ila | ioam | l2tp | link |\n"
+               "                   macsec | maddress | monitor | mptcp | mroute | mrule |\n"
+               "                   neighbor | neighbour | netconf | netns | nexthop | ntable |\n"
+               "                   ntbl | route | rule | sr | tap | tcpmetrics |\n"
+               "                   token | tunnel | tuntap | vrf | xfrm }\n"
 +#else
 +              "where  OBJECT := { address | ila | link | macsec | maddress | monitor |\n"
 +              "                   mroute | mrule | neighbor | neighbour | netns | route |\n"
@@ -43,7 +43,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"
-@@ -90,36 +96,50 @@ static const struct cmd {
+@@ -91,37 +97,51 @@ static const struct cmd {
        int (*func)(int argc, char **argv);
  } cmds[] = {
        { "address",    do_ipaddr },
@@ -90,6 +90,7 @@
 +#ifndef IPROUTE2_TINY
        { "nexthop",    do_ipnh },
        { "mptcp",      do_mptcp },
+       { "ioam",       do_ioam6 },
 +#endif
        { "help",       do_help },
        { 0 }