summaryrefslogtreecommitdiff
path: root/share/man/man4/bridge.4
AgeCommit message (Collapse)Author
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