aboutsummaryrefslogtreecommitdiffstats
path: root/brctl
AgeCommit message (Expand)AuthorFilesLines
2022-01-07cleanup includesmainStephen Hemminger3-3/+2
2020-06-23Replace references to enslaveStephen Hemminger1-3/+3
2017-07-17brctl: fix signed/unsigned comparison warningsStephen Hemminger1-2/+2
2016-08-17brctl: better error handlingStephen Hemminger1-13/+23
2016-08-17Fix building on musl libcKylie McClain1-1/+1
2011-05-03Fix error message for incorrect commandStephen Hemminger1-1/+1
2011-01-13show selected bridgeAnton Danilov1-2/+10
2010-01-15bridge-utils: Add 'hairpin' port forwarding modeFischer, Anna2-0/+40
2006-09-08Change the autoconf stuff to handle newer versions of autoconfStephen Hemminger1-1/+1
2006-08-28patch for a message bugSantiago Garcia Mantinan1-3/+5
2006-08-04Revert "Add support for bridge port forwarding."Stephen Hemminger1-70/+0
2006-07-20Add support for bridge port forwarding.Stephen Hemminger1-0/+70
2006-07-11If addif fails report whether bridge or interface doesn't exist.Stephen Hemminger1-1/+4
2006-05-31Fix bug where changing port priority changed path cost instead.Stephen Hemminger1-1/+1
2005-03-161,0.6 fix sysfs detection and allow multiple interfaces for add/delshemminger1-33/+55
2004-12-021.0.5 updatesv1.0.5shemminger5-248/+54
2004-06-08Add port_no back to port_infov1.0.4shemminger1-4/+4
2004-06-04Get rid of all visible signs of port number and ifindexv1.0.4-rc3shemminger2-18/+12
2004-06-02Error handling, and build cleanupv1.0.4-rc1shemminger1-3/+13
2004-06-01Fix libraries on older systems (no lsysfs).shemminger1-10/+3
2004-05-28Fix problems relating to ifindex vs. index in theshemminger1-6/+5
2004-05-271.0.2 - fix get_port_info, confusion about bridge name vs port name.v1.0.2shemminger1-2/+2
2004-05-25Allow LDFLAGS, add URL to specshemminger1-1/+2
2004-05-21New version of command and library that use sysfs.shemminger5-258/+251
2004-05-11Change to 1.0shemminger1-2/+2
2004-05-11Update for 1.0. Use new ioct interface.shemminger1-1/+1
2004-04-13Support for 1000's of ports on bridge.v0.9.8shemminger3-4/+3
2004-04-07Changes for 0.9.8shemminger4-31/+43
2004-04-01Missed one file in last merge. this adds const to brctl_dispv0.9.7shemminger1-8/+8
2004-04-01Fixes for 0.9.7shemminger4-73/+125
2003-04-25If read of bridge forwarding table fails, then print error and exit.shemminger1-0/+5
2002-04-03autoconfization by Andreas Hofmeisterbuytenh2-25/+51
2001-12-07Check if correct number of arguments given to an option.buytenh3-19/+31
2001-12-07Kill two compile warnings.buytenh1-2/+2
2001-06-22Initial revisionbuytenh6-0/+834