summaryrefslogtreecommitdiff
path: root/sbin/brconfig/brconfig.c
AgeCommit message (Expand)Author
2004-05-27Rule parser improvements: line numbers, no nl at eof, handling of linesOtto Moerbeek
2004-05-23do not free before going to exit path; andrushock@korovino.netTheo de Raadt
2004-03-08Prevent user from specifying an interface name longer than IFNAMSIZ.Ryan Thomas McBride
2004-03-0264-bits datatype fixes for strto(u)l conversions.Thierry Deval
2004-01-01use warnx for ENXIO devices, so that it says "Device not configured". ForTheo de Raadt
2003-09-26realloc properly; ok jasonTheo de Raadt
2003-06-25allow bridge filter rules to specify a tag.Henning Brauer
2003-06-02nuke clause 3 & 4Jason Wright
2003-05-30o timeout is int, not u_int32_tHenning Brauer
2002-12-18remove dup includeMarkus Friedl
2002-12-09KNFTheo de Raadt
2002-12-09KNFMarkus Friedl
2002-12-09allow setting of ifcost with brconfig. enables selection of preferredMarkus Friedl
2002-07-03ansiTheo de Raadt
2002-07-01cut and pasto (fetch maxage correctly); Benny Holmgren <bigfoot@astrakan.hig.se>Jason Wright
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
2001-12-15KNF (A completely different idea)Jason Wright
2001-12-15add support for creating span ports so that one can snoop a bridgeJason Wright
2001-12-05documentation nitsTheo de Raadt
2001-11-05kill more registers;Mike Pechkin
2001-02-27consistent printfJason Wright
2001-02-12skip empty lines in rulefile. ok jason@Jakob Schlyter
2000-12-12Add support for 802.1D spanning tree protocol.Jason Wright
2000-11-10unused bit in display stringJason Wright
2000-07-03plug 2 memory leaks; reported by andrew.lunn@ascom.ch.Jason Wright
2000-06-30warnx?/errx? paranoia (use "%s" not a bare string unless it is aTodd C. Miller
2000-02-04show the rulesTheo de Raadt
2000-01-25add ethernet MAC filtering capabilityJason Wright
2000-01-10blocknonip flag -- use it on a per-interface basis to not accept fromAngelos D. Keromytis
1999-12-03make error messages more intuitiveJason Wright
1999-09-03Don't delete the cache on down/up transitions unless it's empty. InsteadJason Wright
1999-09-01move brconfig to /sbin, where it belongsTheo de Raadt