Makefile | 3 debian/changelog | 23 +++ include/linux/can/netlink.h | 113 ++++++++++++++++++ ip/Makefile | 2 ip/iplink.c | 6 - ip/iplink_can.c | 264 ++++++++++++++++++++++++++++++++++++++++++++ ip/iptunnel.c | 74 ++++++++++++ ip/tunnel.c | 16 ++ ip/tunnel.h | 1 man/man8/ip.8 | 24 +++- tc/f_u32.c | 57 +++++++++ tc/q_gred.c | 49 ++++---- tc/tc_class.c | 10 + 13 files changed, 615 insertions(+), 27 deletions(-)
New commits: commit 6f76edecd481c6cde913d17dfaf58d4bceedd171 Author: Stephen Hemminger <[email protected]> Date: Tue May 26 15:52:02 2009 -0700 20090115-vyatta5 commit 5a2044782b6a0eb7594d3b3e2e32bbd6a63e77f1 Author: Wolfgang Grandegger <[email protected]> Date: Tue May 12 11:42:50 2009 +0200 iproute2: Support for the CAN netlink Signed-off-by: Wolfgang Grandegger <[email protected]> commit ed1af7e868829367f70079d0ad2b81c23e3cfc0f Author: Wolfgang Grandegger <[email protected]> Date: Tue May 12 11:42:49 2009 +0200 iproute2: Fixes an issue with cross-compilation Signed-off-by: Wolfgang Grandegger <[email protected]> commit a07e9912539d4ec26c954a9b03f04af987df6246 Author: Sascha Hlusiak <[email protected]> Date: Mon May 4 01:44:47 2009 +0200 iproute2: ISATAP potential router list --Boundary-01=_wxi/JRaNdLkbr7g Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Hi Stephen, please review attached patch to add support for in-kernel potential router= =20 lists for ISATAP tunnels. Usage: ip tunnel add name isatap0 mode isatap local 192.168.1.100 ip tunnel prl dev isatap0 prl-default 192.168.1.1 ip tunnel prl dev isatap0 prl-nodefault 192.168.1.2 ip tunnel prl dev isatap0 prl-delete 192.168.1.1 ip tunnel show # pr and pdr will be listed as well Patch based on http://osprey67.com/seal/iproute2_diff.v0_3.txt by Fred L.=20 Templin. Thanks, Sascha commit f4a8b23d39813b5f839b9bd6ba780544fa803428 Author: Denys Fedoryshchenko <[email protected]> Date: Tue May 26 15:20:26 2009 -0700 Filter class output by classid Sometimes while dividing bandwidth by classes it is useful to see how some specific class doing things live. Which my simple patch it is possible to do watch -n1 "tc -s -d class show dev eth0.2022 classid 1:1520" and to get live statistics, how packets queued or dropped, and how much bandwidth used (if estimator defined) for specific class. Signed-off-by: Denys Fedoryshchenko <[email protected]> commit cb2eb9997a0292a144968d117f4d831c155ca71d Author: Andreas Henriksson <[email protected]> Date: Thu Apr 30 16:50:50 2009 +0200 Bug#526329: iproute: Segfault on garbage lladdr On tor, 2009-04-30 at 14:32 +0100, Timothy Baldwin wrote: > Package: iproute > Version: 20090324-1 > Severity: minor > > > $ ip link set eth0 address help > "help" is invalid lladdr. > Segmentation fault > > Desipte the invalid command line arguments it shouldn't crash. > Callers need to check return value from ll_addr_a2n(). Patch below. Signed-off-by: Andreas Henriksson <[email protected]> commit ebde878097a4494c47e682aff16233f2fe6a495e Author: Stephen Hemminger <[email protected]> Date: Tue May 26 15:15:01 2009 -0700 Allow default DP of zero in gred To emulate WRED behaviour, allow default DP of zero. commit d13cee6d598d8b078eefb3209bea069803c70021 Author: Stephen Hemminger <[email protected]> Date: Tue May 26 15:14:29 2009 -0700 Add IPV6 match pretty print http://suva.vyatta.com/git/?p=vyatta-iproute.git;a=commitdiff;h=6f76edecd481c6cde913d17dfaf58d4bceedd171 http://suva.vyatta.com/git/?p=vyatta-iproute.git;a=commitdiff;h=5a2044782b6a0eb7594d3b3e2e32bbd6a63e77f1 http://suva.vyatta.com/git/?p=vyatta-iproute.git;a=commitdiff;h=ed1af7e868829367f70079d0ad2b81c23e3cfc0f http://suva.vyatta.com/git/?p=vyatta-iproute.git;a=commitdiff;h=a07e9912539d4ec26c954a9b03f04af987df6246 http://suva.vyatta.com/git/?p=vyatta-iproute.git;a=commitdiff;h=f4a8b23d39813b5f839b9bd6ba780544fa803428 http://suva.vyatta.com/git/?p=vyatta-iproute.git;a=commitdiff;h=cb2eb9997a0292a144968d117f4d831c155ca71d http://suva.vyatta.com/git/?p=vyatta-iproute.git;a=commitdiff;h=ebde878097a4494c47e682aff16233f2fe6a495e http://suva.vyatta.com/git/?p=vyatta-iproute.git;a=commitdiff;h=d13cee6d598d8b078eefb3209bea069803c70021 _______________________________________________ svn mailing list [email protected] http://mailman.vyatta.com/mailman/listinfo/svn
