Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-04-03 | Remove trailing whitespace. | Aaron Campbell | |
2000-02-11 | Use .An and Aq constructs | Jason Wright | |
2000-02-05 | typo | Theo de Raadt | |
2000-02-02 | only ipf input rules are used | Jason Wright | |
2000-01-25 | add ethernet MAC filtering capability | Jason Wright | |
also includes split of bridgeintr() with some optimizations for quicker frame handling | |||
2000-01-10 | Document the blocknonip flag. | Angelos D. Keromytis | |
2000-01-01 | Xr bridgename.if(5) | Theo de Raadt | |
1999-12-06 | there is no IP(4) manpage... | Theo de Raadt | |
1999-09-23 | Typo fixes. | Alex Feldman | |
1999-09-03 | Don't delete the cache on down/up transitions unless it's empty. Instead | Jason Wright | |
flush the dynamics. Required other handling of the cache table to accomodate. Modify SIOCBRDGFLUSH to handle flushall and flush dynamic requests. | |||
1999-07-09 | - remove all trailing whitespace | Aaron Campbell | |
* except when it is escaped with a `\' at the end of the line - fix remaining .Nm usage as well - this is from a patch I received from kwesterback@home.com, who has been working on some scripts for fixing formatting errors in mdoc'd man pages Ok, so there could be a cost/benefit debate with this commit, but since I have the patch we might as well commit it... | |||
1999-06-25 | longer explanation of what a bridge is and why you'd use this one | Jason Wright | |
1999-05-17 | Typos; Suzanne M. Lea <smlea@uncg.edu> | Jason Wright | |
1999-03-31 | finish documenting ioctls and errors | Jason Wright | |
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 | 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-05 | Make address cache expiration actually work and provide a knob | Jason Wright | |
for adjusting the timeout. | |||
1999-03-01 | reflect new ioctl interfaces | Jason Wright | |
move sections around to match mdoc.template | |||
1999-02-27 | spacing | Theo de Raadt | |
1999-02-26 | Ethernet bridge/IP firewall driver. | Jason Wright | |