summaryrefslogtreecommitdiff
path: root/sbin/brconfig
AgeCommit message (Collapse)Author
2000-09-06it was ment to be -link1 before cut and paste had been executedMichael Shalayeff
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
constant). These are not security holes but it is worth fixing them anyway both for robustness and so folks looking for examples in the tree are not misled into doing something potentially dangerous. Furthermore, it is a bad idea to assume that pathnames will not include '%' in them and that error routines don't return strings with '%' in them (especially in light of the possibility of locales).
2000-06-20more info on what a bridge is (from bridge(4)).Jason Wright
2000-05-02note about SAs on enc interfaceJason Wright
2000-05-02ipsec bridge documentationJason Wright
2000-03-26fix rule exampleJason Wright
2000-03-19Bring the format closer to ifconfig(8).Aaron Campbell
2000-03-18Remove hard sentence breaks, and some other cleanup along the way.Aaron Campbell
2000-02-11Use .An and Aq constructsJason Wright
2000-02-08be consistent with other makefiles: use CFLAGS+= instead of COPTS+=Jason Wright
2000-02-04show the rulesTheo de Raadt
2000-01-25add ethernet MAC filtering capabilityJason Wright
also includes split of bridgeintr() with some optimizations for quicker frame handling
2000-01-10blocknonip flag -- use it on a per-interface basis to not accept fromAngelos D. Keromytis
and not forward to said interface traffic that's not IPv4/IPv6/ARP/ReverseARP
2000-01-01Xr bridgename.if(5)Theo de Raadt
1999-12-03make error messages more intuitiveJason Wright
1999-09-23Typo fixes.Alex Feldman
1999-09-03Don't delete the cache on down/up transitions unless it's empty. InsteadJason Wright
flush the dynamics. Required other handling of the cache table to accomodate. Modify SIOCBRDGFLUSH to handle flushall and flush dynamic requests.
1999-09-01move brconfig to /sbin, where it belongsTheo de Raadt