Age | Commit message (Collapse) | Author | |
---|---|---|---|
1999-03-23 | never spit out two error messages, it is bad style | Theo de Raadt | |
1999-03-19 | Add flag to allow some interfaces to not see packets with unknown destination. | Jason Wright | |
1999-03-19 | Add the ability to mark an interface as "non-learning" | Jason Wright | |
1999-03-12 | fix usage | Theo de Raadt | |
1999-03-12 | big 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-08 | better string handling | Jason Wright | |
1999-03-05 | bump cache timeout up a bit | Jason Wright | |
1999-03-05 | Make address cache expiration actually work and provide a knob | Jason Wright | |
for adjusting the timeout. | |||
1999-03-01 | document 'maxaddr' command | Jason Wright | |
1999-03-01 | completely (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-27 | changes in command syntax; suggested by deraadt. | Jason Wright | |
1999-02-26 | rearrange sections to match mdoc.template | Jason Wright | |
nuke references to the original name of the program add bugs section | |||
1999-02-26 | bridge config utility | Jason Wright | |