aboutsummaryrefslogtreecommitdiffstats
path: root/brctl
Commit message (Collapse)AuthorAgeFilesLines
* brctl: Add Android makefiles to build on AndroidNiranjan Pendharkar2013-02-082-4/+28
| | | | | | | | This patch adds makefiles to build this open source tool on Android. This patch also addresses some compatibilty issues between GNU C and bionic C implementation. Change-Id: Ic35ab4f98d5f252d53e92c6cde43f0673cef9d4a
* Fix error message for incorrect commandStephen Hemminger2011-05-031-1/+1
| | | | | Debian bug 406907 Error message was refering to incorrect command argument.
* show selected bridgeAnton Danilov2011-01-131-2/+10
|
* bridge-utils: Add 'hairpin' port forwarding modeFischer, Anna2010-01-152-0/+40
| | | | | | | | | | | | | | | | | | | | | This patch adds a 'hairpin' (also called 'reflective relay') mode port configuration to the Linux Ethernet bridge utilities. A bridge supporting hairpin forwarding mode can send frames back out through the port the frame was received on. Hairpin mode is required to support basic VEPA (Virtual Ethernet Port Aggregator) capabilities. You can find additional information on VEPA here: http://tech.groups.yahoo.com/group/evb/ http://www.ieee802.org/1/files/public/docs2009/new-hudson-vepa_seminar-20090514d.pdf http://www.internet2.edu/presentations/jt2009jul/20090719-congdon.pdf (I simplified the code by handling option compatiablity in earlier patch -- Stephen) Signed-off-by: Paul Congdon <paul.congdon@hp.com> Signed-off-by: Anna Fischer <anna.fischer@hp.com>
* Change the autoconf stuff to handle newer versions of autoconfStephen Hemminger2006-09-081-1/+1
| | | | Signed-off-by: Stephen Hemminger <shemminger@osdl.org>
* patch for a message bugSantiago Garcia Mantinan2006-08-281-3/+5
| | | | | | | | | | | | | | | | | | | Hi! Jens Seidel reported a bug to Debian about a wrong message on brctl, you can see it at http://bugs.debian.org/383938, it is kind of the continuation of the ENODEV bug #348617 that was already patched by Stephen on the git. I have applied the same solution that Stephen applied for the first one, follows the patch against git plus a minor exclamation mark modification I did so that all ENODEV messages were exclamative (Stephen patch had missed that mark). Regards... -- Manty/BestiaTester -> http://manty.net Signed-off-by: Stephen Hemminger <shemminger@osdl.org>
* Revert "Add support for bridge port forwarding."Stephen Hemminger2006-08-041-70/+0
| | | | | | | This reverts 39af7c8f2855c3d9cb44e3069cbfeddd8979acae commit. Better to add this functionality via ebtables rather than into bridging code.
* Add support for bridge port forwarding.Stephen Hemminger2006-07-201-0/+70
|
* If addif fails report whether bridge or interface doesn't exist.Stephen Hemminger2006-07-111-1/+4
| | | | http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=348617
* Fix bug where changing port priority changed path cost instead.Stephen Hemminger2006-05-311-1/+1
|
* 1,0.6 fix sysfs detection and allow multiple interfaces for add/delshemminger2005-03-161-33/+55
|
* 1.0.5 updatesshemminger2004-12-025-248/+54
|
* Add port_no back to port_infoshemminger2004-06-081-4/+4
|
* Get rid of all visible signs of port number and ifindexshemminger2004-06-042-18/+12
| | | | | | from API, and display output. Fix foreach_port for case when /sys is missing (but compiled for sysfs).
* Error handling, and build cleanupshemminger2004-06-021-3/+13
|
* Fix libraries on older systems (no lsysfs).shemminger2004-06-011-10/+3
|
* Fix problems relating to ifindex vs. index in theshemminger2004-05-281-6/+5
| | | | get port info arguments.
* 1.0.2 - fix get_port_info, confusion about bridge name vs port name.shemminger2004-05-271-2/+2
|
* Allow LDFLAGS, add URL to specshemminger2004-05-251-1/+2
|
* New version of command and library that use sysfs.shemminger2004-05-215-258/+251
| | | | Update make system to build with or without sysfs.
* Change to 1.0shemminger2004-05-111-2/+2
|
* Update for 1.0. Use new ioct interface.shemminger2004-05-111-1/+1
|
* Support for 1000's of ports on bridge.shemminger2004-04-133-4/+3
| | | | | | | Don't read port and bridge info automatically, add a new API hook to do that. Version 0.9.8
* Changes for 0.9.8shemminger2004-04-074-31/+43
| | | | | | - cleanup dependicies - allow 4k ports - don't fetch info till needed.
* Missed one file in last merge. this adds const to brctl_dispshemminger2004-04-011-8/+8
|
* Fixes for 0.9.7shemminger2004-04-014-73/+125
| | | | | | | - error checking - handle upto 1000's of bridges - -V version - don't initialize bridge till have to.
* If read of bridge forwarding table fails, then print error and exit.shemminger2003-04-251-0/+5
|
* autoconfization by Andreas Hofmeisterbuytenh2002-04-032-25/+51
|
* Check if correct number of arguments given to an option.buytenh2001-12-073-19/+31
| | | | Handle ELOOP return condition from br_add_bridge.
* Kill two compile warnings.buytenh2001-12-071-2/+2
|
* Initial revisionbuytenh2001-06-226-0/+834