]> git.proxmox.com Git - mirror_iproute2.git/commitdiff
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/shemminger...
authorStephen Hemminger <stephen.hemminger@vyatta.com>
Thu, 4 Mar 2010 16:31:13 +0000 (08:31 -0800)
committerStephen Hemminger <stephen.hemminger@vyatta.com>
Thu, 4 Mar 2010 16:31:13 +0000 (08:31 -0800)
1  2 
ip/Makefile
ip/ip.c

diff --cc ip/Makefile
index fd16fe9477c6a1ba4acefde0034f853ceae2365c,46a98361b29115142317bbd00d4462f243b1856d..2f223ca63c963339af195c8643c2f3100f985e04
@@@ -1,8 -1,9 +1,9 @@@
  IPOBJ=ip.o ipaddress.o ipaddrlabel.o iproute.o iprule.o \
      rtm_map.o iptunnel.o ip6tunnel.o tunnel.o ipneigh.o ipntable.o iplink.o \
 -    ipmaddr.o ipmonitor.o ipmroute.o ipprefix.o \
 +    ipmaddr.o ipmonitor.o ipmroute.o ipprefix.o iptuntap.o \
      ipxfrm.o xfrm_state.o xfrm_policy.o xfrm_monitor.o \
-     iplink_vlan.o link_veth.o link_gre.o iplink_can.o
+     iplink_vlan.o link_veth.o link_gre.o iplink_can.o \
+     iplink_macvlan.o
  
  RTMONOBJ=rtmon.o
  
diff --cc ip/ip.c
index d846a763e6dab69eb9a961e2d973d802e6047aa9,5ebd215817b99d7a1732160f9e4477eb1d674be5..e0cf17534dd6f27b89cf8bc553895b152a58c05d
+++ b/ip/ip.c
@@@ -47,10 -42,11 +42,11 @@@ static void usage(void
  "Usage: ip [ OPTIONS ] OBJECT { COMMAND | help }\n"
  "       ip [ -force ] -batch filename\n"
  "where  OBJECT := { link | addr | addrlabel | route | rule | neigh | ntable |\n"
 -"                   tunnel | maddr | mroute | monitor | xfrm }\n"
 +"                   tunnel | tuntap | maddr | mroute | monitor | xfrm }\n"
  "       OPTIONS := { -V[ersion] | -s[tatistics] | -d[etails] | -r[esolve] |\n"
  "                    -f[amily] { inet | inet6 | ipx | dnet | link } |\n"
- "                    -o[neline] | -t[imestamp] | -b[atch] [filename] }\n");
+ "                    -o[neline] | -t[imestamp] | -b[atch] [filename] |\n"
+ "                    -rc[vbuf] [size]}\n");
        exit(-1);
  }