~ubuntu-branches/ubuntu/raring/iproute/raring-proposed

« back to all changes in this revision

Viewing changes to ip/ip.c

  • Committer: Package Import Robot
  • Author(s): Andreas Henriksson, Kamal Mostafa
  • Date: 2012-12-12 12:29:03 UTC
  • mfrom: (23.2.7 experimental)
  • Revision ID: package-import@ubuntu.com-20121212122903-toii0ipil3vd3inj
Tags: 20121211-2
[ Kamal Mostafa ]
Enable cross-compile support in debian/rules

Show diffs side-by-side

added added

removed removed

Lines of Context:
45
45
"       ip [ -force ] -batch filename\n"
46
46
"where  OBJECT := { link | addr | addrlabel | route | rule | neigh | ntable |\n"
47
47
"                   tunnel | tuntap | maddr | mroute | mrule | monitor | xfrm |\n"
48
 
"                   netns | l2tp }\n"
 
48
"                   netns | l2tp | tcp_metrics }\n"
49
49
"       OPTIONS := { -V[ersion] | -s[tatistics] | -d[etails] | -r[esolve] |\n"
50
50
"                    -f[amily] { inet | inet6 | ipx | dnet | bridge | link } |\n"
51
51
"                    -l[oops] { maximum-addr-flush-attempts } |\n"
92
92
        { "tunl",       do_iptunnel },
93
93
        { "tuntap",     do_iptuntap },
94
94
        { "tap",        do_iptuntap },
 
95
        { "tcpmetrics", do_tcp_metrics },
 
96
        { "tcp_metrics",do_tcp_metrics },
95
97
        { "monitor",    do_ipmonitor },
96
98
        { "xfrm",       do_xfrm },
97
99
        { "mroute",     do_multiroute },