summaryrefslogtreecommitdiff
path: root/share/man/man4/bridge.4
AgeCommit message (Collapse)Author
2002-09-18no photurisdTheo de Raadt
2002-06-30Do not end an enumerations of Xr with a dot, and do not let a dot hideMiod Vallat
inside an enumeration as well.
2002-06-30Xr cleanup; seb@todesplanet.deTheo de Raadt
2002-06-15Document transparent IPsec.Angelos D. Keromytis
2002-05-28document when the bridge will fragment ip packets..jasoni
- ok jason@, dhartmei@
2002-04-28ip6 corrections; pb@sysfive.comTheo de Raadt
2001-12-15add support for creating span ports so that one can snoop a bridgeJason Wright
from another interface/machine/network.
2001-12-05Make nroff happy with .Sq rather than literal quotes.Hugh Graham
2001-10-07Document bridge/pf interaction more appropriately. Ok Jason Wright.Daniel Hartmeier
2001-10-05Powered 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-03o) 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-18Clarify the wording of the input-rules-only restriction. ok jason@Kjell Wooding
2001-07-01IPF->PF Xr reference; openbsd@davidkrause.comAngelos D. Keromytis
2001-06-26PF-related text/references (jsyn@nthought.com)Angelos D. Keromytis
2001-06-23Remove loop detection bug, even though we may not be quite finishedAngelos D. Keromytis
with it yet. We should be done in the next few days.
2001-05-30comment out references to ipf to be replaced in the future with whatever ↵Todd C. Miller
packet filter we end up using
2000-12-30Update for use of gif.Angelos D. Keromytis
2000-12-21Various repairs.Aaron Campbell
2000-11-10.Sh AUTHOR -> AUTHORS, ok aaron@Todd T. Fries
2000-10-19Remove merge conflict marker accidentaly left in this file.Hans Insulander
2000-10-18ethernet -> EthernetAaron Campbell
2000-10-13Purely mdoc fixes.Aaron Campbell
2000-08-03fix conflict remnant; jakob@crt.seJason Wright
2000-05-02mention enc interfaces, tooJason Wright
2000-04-03Remove trailing whitespace.Aaron Campbell
2000-02-11Use .An and Aq constructsJason Wright
2000-02-05typoTheo de Raadt
2000-02-02only ipf input rules are usedJason Wright
2000-01-25add ethernet MAC filtering capabilityJason Wright
also includes split of bridgeintr() with some optimizations for quicker frame handling
2000-01-10Document the blocknonip flag.Angelos D. Keromytis
2000-01-01Xr bridgename.if(5)Theo de Raadt
1999-12-06there is no IP(4) manpage...Theo de Raadt
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-07-09- remove all trailing whitespaceAaron 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-25longer explanation of what a bridge is and why you'd use this oneJason Wright
1999-05-17Typos; Suzanne M. Lea <smlea@uncg.edu>Jason Wright
1999-03-31finish documenting ioctls and errorsJason Wright
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-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-05Make address cache expiration actually work and provide a knobJason Wright
for adjusting the timeout.
1999-03-01reflect new ioctl interfacesJason Wright
move sections around to match mdoc.template
1999-02-27spacingTheo de Raadt
1999-02-26Ethernet bridge/IP firewall driver.Jason Wright