|
@@ -30,7 +30,7 @@
|
|
"Usage: ip [ OPTIONS ] OBJECT { COMMAND | help }\n"
|
|
"Usage: ip [ OPTIONS ] OBJECT { COMMAND | help }\n"
|
|
" ip [ -force ] -batch filename\n"
|
|
" ip [ -force ] -batch filename\n"
|
|
+#ifndef IPROUTE2_TINY
|
|
+#ifndef IPROUTE2_TINY
|
|
- "where OBJECT := { address | addrlabel | fou | help | ila | l2tp | link |\n"
|
|
|
|
|
|
+ "where OBJECT := { address | addrlabel | fou | help | ila | ioam | l2tp | link |\n"
|
|
" macsec | maddress | monitor | mptcp | mroute | mrule |\n"
|
|
" macsec | maddress | monitor | mptcp | mroute | mrule |\n"
|
|
" neighbor | neighbour | netconf | netns | nexthop | ntable |\n"
|
|
" neighbor | neighbour | netconf | netns | nexthop | ntable |\n"
|
|
" ntbl | route | rule | sr | tap | tcpmetrics |\n"
|
|
" ntbl | route | rule | sr | tap | tcpmetrics |\n"
|
|
@@ -43,7 +43,7 @@
|
|
" OPTIONS := { -V[ersion] | -s[tatistics] | -d[etails] | -r[esolve] |\n"
|
|
" OPTIONS := { -V[ersion] | -s[tatistics] | -d[etails] | -r[esolve] |\n"
|
|
" -h[uman-readable] | -iec | -j[son] | -p[retty] |\n"
|
|
" -h[uman-readable] | -iec | -j[son] | -p[retty] |\n"
|
|
" -f[amily] { inet | inet6 | mpls | bridge | link } |\n"
|
|
" -f[amily] { inet | inet6 | mpls | bridge | link } |\n"
|
|
-@@ -91,36 +97,50 @@ static const struct cmd {
|
|
|
|
|
|
+@@ -91,37 +97,51 @@ static const struct cmd {
|
|
int (*func)(int argc, char **argv);
|
|
int (*func)(int argc, char **argv);
|
|
} cmds[] = {
|
|
} cmds[] = {
|
|
{ "address", do_ipaddr },
|
|
{ "address", do_ipaddr },
|
|
@@ -90,6 +90,7 @@
|
|
+#ifndef IPROUTE2_TINY
|
|
+#ifndef IPROUTE2_TINY
|
|
{ "nexthop", do_ipnh },
|
|
{ "nexthop", do_ipnh },
|
|
{ "mptcp", do_mptcp },
|
|
{ "mptcp", do_mptcp },
|
|
|
|
+ { "ioam", do_ioam6 },
|
|
+#endif
|
|
+#endif
|
|
{ "help", do_help },
|
|
{ "help", do_help },
|
|
{ 0 }
|
|
{ 0 }
|