Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-09-18 | no photurisd | Theo de Raadt | |
2002-06-30 | Do not end an enumerations of Xr with a dot, and do not let a dot hide | Miod Vallat | |
inside an enumeration as well. | |||
2002-06-30 | Xr cleanup; seb@todesplanet.de | Theo de Raadt | |
2002-06-15 | Document transparent IPsec. | Angelos D. Keromytis | |
2002-05-28 | document when the bridge will fragment ip packets.. | jasoni | |
- ok jason@, dhartmei@ | |||
2002-04-28 | ip6 corrections; pb@sysfive.com | Theo de Raadt | |
2001-12-15 | add support for creating span ports so that one can snoop a bridge | Jason Wright | |
from another interface/machine/network. | |||
2001-12-05 | Make nroff happy with .Sq rather than literal quotes. | Hugh Graham | |
2001-10-07 | Document bridge/pf interaction more appropriately. Ok Jason Wright. | Daniel Hartmeier | |
2001-10-05 | Powered by @mantoya: | Mike Pechkin | |
o) start new sentence on a new line; o) minor mdoc fixes; millert@ ok Tip of the day: www.mpechismazohist.com | |||
2001-08-03 | o) We don't like .Pp before/after .Sh; | Mike Pechkin | |
o) .Nm always has argument in .Sh SYNOPSIS; o) We always closes .Bl and .Bd tags; millert@ ok | |||
2001-07-18 | Clarify the wording of the input-rules-only restriction. ok jason@ | Kjell Wooding | |
2001-07-01 | IPF->PF Xr reference; openbsd@davidkrause.com | Angelos D. Keromytis | |
2001-06-26 | PF-related text/references (jsyn@nthought.com) | Angelos D. Keromytis | |
2001-06-23 | Remove loop detection bug, even though we may not be quite finished | Angelos D. Keromytis | |
with it yet. We should be done in the next few days. | |||
2001-05-30 | comment out references to ipf to be replaced in the future with whatever ↵ | Todd C. Miller | |
packet filter we end up using | |||
2000-12-30 | Update for use of gif. | Angelos D. Keromytis | |
2000-12-21 | Various repairs. | Aaron Campbell | |
2000-11-10 | .Sh AUTHOR -> AUTHORS, ok aaron@ | Todd T. Fries | |
2000-10-19 | Remove merge conflict marker accidentaly left in this file. | Hans Insulander | |
2000-10-18 | ethernet -> Ethernet | Aaron Campbell | |
2000-10-13 | Purely mdoc fixes. | Aaron Campbell | |
2000-08-03 | fix conflict remnant; jakob@crt.se | Jason Wright | |
2000-05-02 | mention enc interfaces, too | Jason Wright | |
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 | |