- 12 Apr, 2013 2 commits
-
-
Stephen Hemminger authored
Be more careful about overflow in strtoXX routines. Checks are based on documented interface on man pages. Based on suggestion from "Mr Dash Four". Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
-
Hubert Kario authored
The tc command is missing documentation of -batch and -force switches that are returned by "tc -help". Add short description on their syntax and usage.
-
- 05 Apr, 2013 1 commit
-
-
Petr Sabata authored
This patch fixes some of the typos found in iproute2 documentation. Signed-off-by: Petr Šabata <contyk@redhat.com>
-
- 01 Apr, 2013 1 commit
-
-
Stephen Hemminger authored
-
- 28 Mar, 2013 10 commits
-
-
Stephen Hemminger authored
Don't call ll_init_map on modify operations Saves significant overhead with 1000's of devices.
-
Stephen Hemminger authored
Make ll_ functions faster by having a name hash, and allow for deletion. Also, allow them to work without calling ll_init_map.
-
Nicolas Dichtel authored
When this flag is set, it means that dump was interrupted and result may be inconsistent. Signed-off-by: Nicolas Dichtel <nicolas.dichtel@6wind.com>
-
David Ward authored
Quotation marks are now used only to indicate literal text on the command line. Signed-off-by: David Ward <david.ward@ll.mit.edu>
-
David Ward authored
Change ALGO-KEY to ALGO-KEYMAT to make it more obvious that the keying material might need to contain more than just the key (such as a salt or nonce value). List the algorithm names that currently exist in the kernel. Indicate that for IPComp, the Compression Parameter Index (CPI) is used as the SPI. Group the list of mode values by transform protocol. Signed-off-by: David Ward <david.ward@ll.mit.edu>
-
David Ward authored
Compression algorithms do not use a key. Signed-off-by: David Ward <david.ward@ll.mit.edu>
-
David Ward authored
Signed-off-by: David Ward <david.ward@ll.mit.edu>
-
David Ward authored
Ensure that only algorithms and modes supported by the transform protocol are specified (so that errors are more obvious). Signed-off-by: David Ward <david.ward@ll.mit.edu>
-
David Ward authored
AEAD algorithms perform both encryption and authentication; they are not combined with separate encryption or authentication algorithms. Signed-off-by: David Ward <david.ward@ll.mit.edu>
-
David Ward authored
A Security Policy Index (SPI) is not used with Mobile IPv6. IPComp uses a smaller 16-bit Compression Parameter Index (CPI) which is passed as the SPI value. Perform checks whenever specifying an ID. Signed-off-by: David Ward <david.ward@ll.mit.edu>
-
- 27 Mar, 2013 4 commits
-
-
James Chapman authored
Add documentation about the new l2spec_type parameter for "ip l2tp add session". Signed-off-by: James Chapman <jchapman@katalix.com>
-
James Chapman authored
When unmanaged L2TP sessions are created using "ip l2tp add session", there is no option to allow the session's Layer2SpecificHeader type to be selected - the kernel's default setting is always used. For interopability with some vendor equipment, it might be necessary to use a different setting. So add a new l2spec_type parameter to the "ip l2tp add session" parameter list, allowing operators to set a specific Layer2SpecificHeader type. The kernel already exposes the setting as a netlink attribute so it is straightforward to add support for it in iproute2. This change allows unmanaged L2TP sessions to be configured between Linux and some Cisco equipment by specifying "l2spec_type none" in "ip l2tp add session" command parameters. Signed-off-by: James Chapman <jchapman@katalix.com>
-
Stephen Hemminger authored
Better to get prototype from system headers
-
Stephen Hemminger authored
The address was being stored but not used by current code.
-
- 22 Mar, 2013 1 commit
-
-
Stephen Hemminger authored
In older versions of traffic shaping the Alpha kernel was special and had higher HZ. This no longer matters, TC is based on high resoulution timers in kernel.
-
- 20 Mar, 2013 1 commit
-
-
Thomas Egerer authored
My previous commit introduced a patch to allow for states with different ip address families for selector and id. The must have somehow been a mixup of the patch I tested and the one I send, so the patch sent breaks the iproute2 build. This patch fixes this. My apologies. Signed-off-by: Thomas Egerer <hakke_007@gmx.de>
-
- 18 Mar, 2013 1 commit
-
-
Thomas Egerer authored
Do not enforce the selector of a state to have the same address family as the id. This makes it possible to configure inter family states. Signed-off-by: Thomas Egerer <hakke_007@gmx.de>
-
- 16 Mar, 2013 4 commits
-
-
Stephen Hemminger authored
Split output of 'bridge link' across multiple lines, only show the flags if -d is set, and add --oneline option like ip command.
-
Vlad Yasevich authored
Bridge tool now supports setting and retrieving bridge port specific link attributes. Document what attributes are supported and what they mean. Signed-off-by: Vlad Yasevich <vyasevic@redhat.com>
-
Vlad Yasevich authored
Output new nested bridge port attributes. Signed-off-by: Vlad Yasevich <vyasevic@redhat.com>
-
Vlad Yasevich authored
Add netlink support bridge port attributes such as cost, priority, state and flags. This also adds support for HW mode such as VEPA or VEB. Signed-off-by: Vlad Yasevich <vyasevic@redhat.com>
-
- 14 Mar, 2013 3 commits
-
-
Stephen Hemminger authored
Convert leading spaces to tabs, and put alias in one printf
-
Stephen Hemminger authored
fix warning from parser
-
Petr Šabata authored
Both ip-link and ip-address support the 'up' argument, however this isn't documented in neither their help outputs or ip-address' manpage. This patch fixes that. Signed-off-by: Petr Šabata <contyk@redhat.com> Reported-by: Jiří Popelka <jpopelka@redhat.com>
-
- 13 Mar, 2013 1 commit
-
-
Stephen Hemminger authored
On some platforms, shared libraries are not used. The stub code need some updating to not generate errors.
-
- 12 Mar, 2013 1 commit
-
-
roopa authored
This patch removes '\n' in -oneline output when alias present on interface Signed-off-by: Roopa Prabhu <roopa@cumulusnetworks.com>
-
- 11 Mar, 2013 1 commit
-
-
Eric W. Biederman authored
While looking into a sysctl regression in decnet on old kernels I discovered this omission in the iproute2 documentation. I can't imagine anyone's muscle memory remembering the longer forms. Signed-off-by: "Eric W. Biederman" <ebiederm@xmission.com>
-
- 06 Mar, 2013 8 commits
-
-
Stephen Hemminger authored
Fdb usage message got too long.
-
Vlad Yasevich authored
Add the vlan command documentation to bridge man page. Signed-off-by: Vlad Yasevich <vyasevic@redhat.com>
-
Vlad Yasevich authored
Recent kernel patches added support for VLAN filtering on the bridge. This functionality allows one to turn a basic bridge into a VLAN bridge, where VLANs dicatate packet forwarding and header transformation. To configure the VLANs on the bridge and its ports a new command is added to the 'bridge' utility. # bridge vlan add dev eth0 vid 10 pvid untagged brdev # bridge vlan add # bridge vlan delete dev eth0 vid 10 # bridge vlan show This command supports the following flags: master - peform the operation on the software bridge device. This is the default behavior. self - perform the operation on the hardware associated with the port. This flag is required when the device is the bridge device and the configuration is desired on the bridge device itself (not one of the ports). pvid - Set the PVID (port vlan id) for a given port. Any untagged frames arriving on the port will be assigned to this vlan. untagged - Sets the egress policy of for a given vlan. Default port egress policy is tagged. Set this flag if you wish traffic associated with this VLAN to exit the port untagged. Signed-off-by: Vlad Yasevich <vyasevic@redhat.com>
-
Vlad Yasevich authored
Provide the ability to set and show vlans on FDB entries. Signed-off-by: Vlad Yasevich <vyasevic@redhat.com>
-
Stephen Hemminger authored
This reverts commit 90ad5ae7.
-
David Stevens authored
This is the iproute2 support allowing an administrator to specify alternate ports, vnis and outgoing interfaces for VXLAN device forwarding tables. Signed-Off-By: David L Stevens <dlstevens@us.ibm.com>
-
David Ward authored
Signed-off-by: David Ward <david.ward@ll.mit.edu> Acked-by: Patrick McHardy <kaber@trash.net>
-
David Ward authored
Reported-by: Andreas Henriksson <andreas@fatal.se> Signed-off-by: David Ward <david.ward@ll.mit.edu>
-
- 04 Mar, 2013 1 commit
-
-
Stephen Hemminger authored
Not all arch have sizeof(unsigned long long) == sizeof(__u64)
-