[PATCH] iproute2: update ip-link.8 for geneve tunnels

2015-05-22 Thread John W. Linville
Signed-off-by: John W. Linville --- man/man8/ip-link.8.in | 26 +- 1 file changed, 25 insertions(+), 1 deletion(-) diff --git a/man/man8/ip-link.8.in b/man/man8/ip-link.8.in index 714aab488d4a..8cac246d7296 100644 --- a/man/man8/ip-link.8.in +++ b/man/man8/ip-link.8.in @@

Re: [PATCH] [IPROUTE2] Update various classifiers' help output for expected CLASSID syntax

2008-02-13 Thread Stephen Hemminger
On Wed, 13 Feb 2008 03:49:09 -0800 PJ Waskiewicz <[EMAIL PROTECTED]> wrote: > update: Fix the spelling of "hexidecimal" > > This updates the help output to specify that CLASSID should be hexidecimal. > This makes sure that a user entering "flowid 1:10" gets his flow put into > band 15 (0x10) and

[PATCH] [IPROUTE2] Update various classifiers' help output for expected CLASSID syntax

2008-02-13 Thread PJ Waskiewicz
update: Fix the spelling of "hexidecimal" This updates the help output to specify that CLASSID should be hexidecimal. This makes sure that a user entering "flowid 1:10" gets his flow put into band 15 (0x10) and knows why. Signed-off-by: Peter P Waskiewicz Jr <[EMAIL PROTECTED]> --- doc/actions/

RE: [PATCH] [IPROUTE2] Update various classifiers' help output forexpected CLASSID syntax

2008-02-13 Thread Waskiewicz Jr, Peter P
> > + fprintf(stderr, "\nNOTE: CLASSID is parsed as hexidecimal > > +input.\n"); > > s/hexidecimal/hexadecimal/g (?) Gah! Thanks Jarek, I can correct and resend. -PJ Waskiewicz -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED]

Re: [PATCH] [IPROUTE2] Update various classifiers' help output for expected CLASSID syntax

2008-02-13 Thread Jarek Poplawski
On 12-02-2008 22:51, PJ Waskiewicz wrote: > This updates the help output to specify that CLASSID should be hexidecimal. ... > + fprintf(stderr, "\nNOTE: CLASSID is parsed as hexidecimal input.\n"); s/hexidecimal/hexadecimal/g (?) Regards, Jarek P. -- To unsubscribe from this list: send the li

[PATCH] [IPROUTE2] Update various classifiers' help output for expected CLASSID syntax

2008-02-12 Thread PJ Waskiewicz
This updates the help output to specify that CLASSID should be hexidecimal. This makes sure that a user entering "flowid 1:10" gets his flow put into band 15 (0x10) and knows why. Signed-off-by: Peter P Waskiewicz Jr <[EMAIL PROTECTED]> --- doc/actions/actions-general |3 +++ tc/f_basic.c

Re: [PATCH 3/6] [IPROUTE2]: Update pkt_sched.h (to resemble the kernel one)

2007-09-12 Thread Stephen Hemminger
On Wed, 12 Sep 2007 12:14:14 +0200 Jesper Dangaard Brouer <[EMAIL PROTECTED]> wrote: > commit ef065a43b8900fbc0763eac0fa0a9a8a00c8aaa2 > Author: Jesper Dangaard Brouer <[EMAIL PROTECTED]> > Date: Tue Sep 11 16:17:46 2007 +0200 > > [IPROUTE2]: Update pkt_sched.h

[PATCH 3/6] [IPROUTE2]: Update pkt_sched.h (to resemble the kernel one)

2007-09-12 Thread Jesper Dangaard Brouer
commit ef065a43b8900fbc0763eac0fa0a9a8a00c8aaa2 Author: Jesper Dangaard Brouer <[EMAIL PROTECTED]> Date: Tue Sep 11 16:17:46 2007 +0200 [IPROUTE2]: Update pkt_sched.h (to resemble the kernel one) Extend the tc_ratespec struct, with two parameters: 1) "cell_align"

Re: iproute2 update

2006-12-05 Thread Masahide NAKAMURA
Stephen Hemminger wrote: I am about to push out a new version, so if you have any more patches pending the window is about to close. Please retest with current git tree Brief tests for MIPv6 xfrm are passed with the tree on kernel 2.6.19. -- Masahide NAKAMURA - To unsubscribe from this list:

Re: iproute2 update

2006-12-05 Thread Patrick McHardy
Stephen Hemminger wrote: > I am about to push out a new version, so if you have any more patches pending > the window is about to close. I still have this one I would like to get in. [IPROUTE]: Add support for routing rule fwmark masks Needs kernel >= 2.6.19. Signed-off-by: Patrick McHardy <[EM

iproute2 update

2006-12-05 Thread Stephen Hemminger
I am about to push out a new version, so if you have any more patches pending the window is about to close. Please retest with current git tree -- Stephen Hemminger <[EMAIL PROTECTED]> - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTE

Re: [IPROUTE2]: update documentation on mirred and IFB

2006-08-04 Thread Stephen Hemminger
On Tue, 18 Jul 2006 08:56:40 -0400 jamal <[EMAIL PROTECTED]> wrote: > About two more or so to complete these.. > > cheers, > jamal > > applied, go ahead and fix Andy's comment with another patch if you want. -- Stephen Hemminger <[EMAIL PROTECTED]> "And in the Packet there writ down that doom

Re: [IPROUTE2]: update documentation on mirred and IFB

2006-07-20 Thread jamal
On Thu, 2006-20-07 at 01:59 +0100, Andy Furniss wrote: > jamal wrote: > > About two more or so to complete these.. > > > > cheers, > > jamal > > > > > +tc qdisc add dev lo eth0 ? > Thanks for catching that Andy. It was attempt at adding ingress to qdisc. I will wait for Stephen to swallow the

Re: [IPROUTE2]: update documentation on mirred and IFB

2006-07-19 Thread Andy Furniss
jamal wrote: About two more or so to complete these.. cheers, jamal +tc qdisc add dev lo eth0 ? Andy. - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html

[IPROUTE2]: update documentation on mirred and IFB

2006-07-18 Thread jamal
About two more or so to complete these.. cheers, jamal Clean up some documentation on mirred and IFB --- commit a067bda2c7c9972ad77ac174830a245896d18897 tree a1430a246e5607ec01b31795dd5b12b2e455f5d4 parent a31787bf2939fd9eb11396e3765c78c4d1e744a1 author Jamal Hadi Salim <[EMAIL PROTECTED]> Tue,