- 01 Apr, 2008 1 commit
-
-
YOSHIFUJI Hideaki / 吉藤英明 authored
Add more aliases to synchronize IPv4 and IPv6 tunnel command, e.g., IPv4: hoplimit (alias to ttl), tclass (alias to tos) IPv6: dsfield, tos (alias to tc, or tclass), ttl (alias to hoplimit) Signed-off-by: YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org> Signed-off-by: Stephen Hemminger <stephen.hemminger@vyatta.com>
-
- 14 Mar, 2008 1 commit
-
-
Stephen Hemminger authored
Show operational state (carrier), as well as fixing functions to be static and use similar API.
-
- 08 Mar, 2008 2 commits
-
-
Stephen Hemminger authored
The COPYING file had out of date FSF address.
-
Stephen Hemminger authored
Revert "I found out when I was writing manual page, that options ALGO_NAME and" This reverts commit 8a1485bb.
-
- 03 Mar, 2008 1 commit
-
-
Stephen Hemminger authored
Add new entry for zero as default value in dsfield.
-
- 22 Feb, 2008 3 commits
-
-
Marcela Maslanova authored
ALGO_KEY aren't used. If it's a bug or should it be remove it, as I did?
-
Andreas Henriksson authored
Hello Stephen! The patches branch of the debian packaging repo, at git://git.debian.org/git/collab-maint/pkg-iproute, now has four patches still pending. (Not resending, since they've all been posted multiple times before. Pick them up from the repo if you're interested.) Here's the latest addition: commit 3c904bb5933257533f4afecf805ca5a548a8e885 Author: Andreas Henriksson <andreas@fatal.se> Date: Fri Feb 22 13:57:10 2008 +0100 Fix typo (syntax error) in ip(8) manpage. Caught by lintian (debian package checker).
-
Stephen Hemminger authored
Small typo from last change to decode filters. Should print dport not port.
-
- 18 Feb, 2008 4 commits
-
-
Stephen Hemminger authored
reverse the match offset/mask values into ip header matches.
-
Stephen Hemminger authored
Minor warning message from missing prototype, probably because of function name change.
-
Stephen Hemminger authored
Cleanup code (slightly).
-
Stephen Hemminger authored
This reverts commit 7ca30b78. Since rlim isn't upstream (yet), drop it.
-
- 14 Feb, 2008 1 commit
-
-
Varun Chandramohan authored
The prefix bit lenght value was not updated, resulting in incorrect addrlabel entry. This patch fixes that issue. Signed-off-by: Varun Chandramohan <varunc@linux.vnet.ibm.com> Signed-off-by: Stephen Hemminger <stephen.hemminger@vyatta.com>
-
- 13 Feb, 2008 3 commits
-
-
YOSHIFUJI Hideaki / 吉藤英明 authored
Signed-off-by: YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org> Signed-off-by: Stephen Hemminger <stephen.hemminger@vyatta.com>
-
PJ Waskiewicz authored
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 <peter.p.waskiewicz.jr@intel.com> Signed-off-by: Stephen Hemminger <stephen.hemminger@vyatta.com>
-
Stephen Hemminger authored
Need to add include/linux/hdlc/ioctl.h because it is not present in older releases. Signed-off-by: Stephen Hemminger <stephen.hemminger@vyatta.com>
-
- 08 Feb, 2008 4 commits
-
-
Stephen Hemminger authored
A couple of obvious typo's.
-
Stephen Hemminger authored
Kernel won't find matching filter if protocol value not provided.
-
Stephen Hemminger authored
Update the protocol table to match current kernel support. Why is the list not in an /etc file?
-
Stephen Hemminger authored
Some minor header file changes headed for 2.6.25
-
- 05 Feb, 2008 4 commits
-
-
Stephen Hemminger authored
Make sure examples actually work.
-
Stephen Hemminger authored
-
Stephen Hemminger authored
Vlan should not be in the socket section
-
Patrick McHardy authored
commit 94e9cba778cb97d77d9146dc3bd38ff195bc2c8a Author: Patrick McHardy <kaber@trash.net> Date: Sat Feb 2 18:22:16 2008 +0100 [IPROUTE]: cls_flow: add vlan-tag support Signed-off-by: Patrick McHardy <kaber@trash.net> Signed-off-by: Stephen Hemminger <stephen.hemminger@vyatta.com>
-
- 01 Feb, 2008 5 commits
-
-
Stephen Hemminger authored
Add stuff from early 2.6.25 merge. Signed-off-by: Stephen Hemminger <stephen.hemminger@vyatta.com>
-
Patrick McHardy authored
[IPROUTE]: Add flow classifier support Signed-off-by: Patrick McHardy <kaber@trash.net> Signed-off-by: Stephen Hemminger <stephen.hemminger@vyatta.com>
-
Patrick McHardy authored
[IPROUTE]: Add support for SFQ xstats Signed-off-by: Patrick McHardy <kaber@trash.net> Signed-off-by: Stephen Hemminger <stephen.hemminger@vyatta.com>
-
Stephen Hemminger authored
Some usages of rtnl_send could cause errors (ie flush requests) others do a listen afterwards. Signed-off-by: Stephen Hemminger <stephen.hemminger@vyatta.com>
-
Stephen Hemminger authored
minor whitespace typo.
-
- 26 Jan, 2008 2 commits
-
-
Stephen Hemminger authored
This fixes the problem where a bulk operation (like ip flush) is performed as non-root user. The kernel will only send a response if there is an error, so check for it.
-
Stephen Hemminger authored
perror error adds a newline, so don't split error message across two lines.
-
- 25 Jan, 2008 2 commits
-
-
Stephen Hemminger authored
If there is a problem talking to kernel, don't retry except in the special case of signal or -EAGAIN Signed-off-by: Stephen Hemminger <stephen.hemminger@vyatta.com>
-
Stephen Hemminger authored
-
- 24 Jan, 2008 2 commits
-
-
Stephen Hemminger authored
Signed-off-by: Stephen Hemminger <stephen.hemminger@vyatta.com>
-
Stephen Hemminger authored
Signed-off-by: Stephen Hemminger <stephen.hemminger@vyatta.com>
-
- 21 Jan, 2008 1 commit
-
-
Stephen Hemminger authored
Signed-off-by: Stephen Hemminger <stephen.hemminger@vyatta.com>
-
- 08 Jan, 2008 1 commit
-
-
Stephen Hemminger authored
Signed-off-by: Stephen Hemminger <stephen.hemminger@vyatta.com>
-
- 03 Jan, 2008 3 commits
-
-
Stephen Hemminger authored
This reverts commit 720a2e8d. After further investigation it seems clear to me that reverting the commit 720a2e8d... is the correct thing to do, since the real fix for the problem this commit was supposed to fix was instead fixed in commit c29391c7... Whatever you specify after a u32 police you will now get a syntax error, and according to "tc filter add u32 help" there are several things that you are supposed to be able to specify after a police. So, Steven, please revert 720a2e8d...
-
Andreas Henriksson authored
commit 355e1438f73602fbac029d28891dfa889471b679 Author: Andreas Henriksson <andreas@fatal.se> Date: Wed Jan 2 23:21:59 2008 +0100 Add synonyms for ip rule options to ip(8) manpage. See: http://bugs.debian.org/433507 http://bugs.debian.org/213673Signed-off-by: Stephen Hemminger <stephen.hemminger@vyatta.com>
-
Andreas Henriksson authored
Sorry. The pref and prio options are actually synonyms. This reverts part of commit 576c63ee. Signed-off-by: Andreas Henriksson <andreas@fatal.se> Signed-off-by: Stephen Hemminger <stephen.hemminger@vyatta.com>
-