summaryrefslogtreecommitdiff
path: root/usr.sbin/brconfig
AgeCommit message (Collapse)Author
1999-03-23never spit out two error messages, it is bad styleTheo de Raadt
1999-03-19Add flag to allow some interfaces to not see packets with unknown destination.Jason Wright
1999-03-19Add the ability to mark an interface as "non-learning"Jason Wright
1999-03-12fix usageTheo de Raadt
1999-03-12big overhaul:Jason Wright
o SNAP encapsulated IP filtering o static address cache entries o address deletion from cache o dynamic & full cache flush o filter packets based on each interface, not on the bridge as a whole o KNF nits o allow addition of ~IFF_UP interfaces o man page & user level fixes to match the above
1999-03-08better string handlingJason Wright
1999-03-05bump cache timeout up a bitJason Wright
1999-03-05Make address cache expiration actually work and provide a knobJason Wright
for adjusting the timeout.
1999-03-01document 'maxaddr' commandJason Wright
1999-03-01completely (almost) revamped ioctl's:Jason Wright
o new ioctls for getting/setting cache size (default == 100) o changed SIOCBRDGRT -> SIOCBRDGRTS o changed SIOCBRDGIDX -> SIOCBRDGIFS
1999-02-27changes in command syntax; suggested by deraadt.Jason Wright
1999-02-26rearrange sections to match mdoc.templateJason Wright
nuke references to the original name of the program add bugs section
1999-02-26bridge config utilityJason Wright