Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-12-14 | link0 drops IP multicast, and link1 non-IP multicast. Not the other way | Camiel Dobbelaar | |
around. ok fgsch@ | |||
2004-09-29 | Note that the spanning tree protocol is disabled by default on interfaces | Ryan Thomas McBride | |
added to the bridge. From Benjamin Ewy <bewy@pneservices.com> | |||
2004-05-04 | from jared yanovich: | Jason McIntyre | |
- better macros in SYNOPSIS - rewording - document the `rules' command - shift EXAMPLES to standard format | |||
2004-02-27 | mention ifconfig create; update gif(4) examples; ok henning, deraadt, fries | Markus Friedl | |
2004-01-21 | fix wording; from Ross L Richardson (PR 3641); | Jason McIntyre | |
while i'm here, `\\' -> `\e' and kill a nasty Pp; | |||
2003-12-07 | typo; lists-openbsd@2ls4agd.net | Theo de Raadt | |
2003-06-27 | add an example for tagging | Henning Brauer | |
help and ok jmc@ | |||
2003-06-25 | allow bridge filter rules to specify a tag. | Henning Brauer | |
if a packet matches such a rule it is tagged accordingly and pf can filter based on that tag. this allows, for example, bridge to be used as classifier for pf, and thus gives all the power of pf based on mac address filters. please note that currently the bridge filters only apply to packets which are not destined for the local host. ok deraadt@ jason@ dhartmei@ | |||
2003-06-03 | - section reorder | Jason McIntyre | |
- some mdoc fixes | |||
2003-06-02 | nuke clause 3 & 4 | Jason Wright | |
2003-05-10 | - setup -> set up | Jason McIntyre | |
- .Xr to itself -> .Nm | |||
2003-03-07 | spelling errors/typos | David Krause | |
ok jmc@ | |||
2002-12-09 | allow setting of ifcost with brconfig. enables selection of preferred | Markus Friedl | |
port/path to root bridge among several LANs. unlike ifpriority, which allows you to select designated port if serveral interfaces belong to the same LAN; ok jason@ | |||
2002-12-06 | fix linebreak in example; ok ho@, jason@ | Markus Friedl | |
2002-09-06 | remove Xr to photuris | Theo de Raadt | |
2002-07-12 | Mention that an interface can be a part of at most one bridge. | Jason Wright | |
2002-06-15 | Document transparent IPsec. | Angelos D. Keromytis | |
2002-06-09 | rm trailing whitespace | Todd T. Fries | |
2002-01-17 | Typo, from Måns Nilsson <mansaxel@sunet.se> | Marc Espie | |
2001-12-21 | Forwarding loops no longer a problem. | Angelos D. Keromytis | |
2001-12-21 | Initial patch for a new mdoc issue. | Mike Pechkin | |
Powered by @mantoya: o) kill extra line in the end of file; o) kill extra space in the end of line; o) replace blank lines with .Pp; millert@ ok | |||
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-13 | o) start new sentence on a new line; | Mike Pechkin | |
o) wrap long lines; o) fix bogus .Xr usage; o) we don't like blank lines; o) always close .Bl tags; o) OpenBSD -> .Ox; o) don't like .Pp before .Ss; millert@ ok; | |||
2001-12-05 | document -a better | Jason Wright | |
2001-12-05 | documentation nits | Theo de Raadt | |
2001-08-20 | Powered by @mantoya. | Mike Pechkin | |
o) fix bogus .Xr usage; millert@ ok. | |||
2001-08-02 | o) .Sh AUTHOR -> .Sh AUTHORS; | Mike Pechkin | |
o) .Sh EXAMPLE -> .Sh EXAMPLES; o) Delete .Sh OPTIONS. Text moved to .Sh DESCRIPTION; millert@ ok | |||
2001-07-18 | try to clarify a double negative. ok jason@ | Kjell Wooding | |
2001-05-14 | Xr bridgename.if and hostname.if in section 5, not 8; spotted by James ↵ | Jason Wright | |
Cronin <james@unfortu.net> | |||
2001-03-26 | Typo: paramters -> parameters | Aaron Campbell | |
2001-01-04 | spelling | Todd T. Fries | |
2000-12-31 | Update example and text. | Angelos D. Keromytis | |
2000-12-28 | make it obvious the key/authkey pairs can be distinct; Gordon Greene. | Jason Wright | |
2000-12-12 | Add support for 802.1D spanning tree protocol. | Jason Wright | |
NOTE: this requires recompiling brconfig with updated include files. | |||
2000-11-06 | Correct an Xr: ipsecadm(4) -> ipsecadm(8); kent@unit.liu.se | Aaron Campbell | |
2000-10-28 | Reference enc(4) properly; nate@ | Aaron Campbell | |
2000-10-26 | update and fix ipsecadm usage example | Jason Wright | |
2000-10-24 | typo | Niels Provos | |
2000-10-24 | Fix example for ipsec bridge to use fxp1 throughout like it says | Bob Beck | |
it does, instead of switching to fxp0. - spotted and reported by Lars Josephson <hunter@dina.kvl.dk>. | |||
2000-09-06 | it was ment to be -link1 before cut and paste had been executed | Michael Shalayeff | |
2000-06-20 | more info on what a bridge is (from bridge(4)). | Jason Wright | |
2000-05-02 | note about SAs on enc interface | Jason Wright | |
2000-05-02 | ipsec bridge documentation | Jason Wright | |
2000-03-26 | fix rule example | Jason Wright | |
2000-03-19 | Bring the format closer to ifconfig(8). | Aaron Campbell | |
2000-03-18 | Remove hard sentence breaks, and some other cleanup along the way. | Aaron Campbell | |
2000-02-11 | Use .An and Aq constructs | 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 | blocknonip flag -- use it on a per-interface basis to not accept from | Angelos D. Keromytis | |
and not forward to said interface traffic that's not IPv4/IPv6/ARP/ReverseARP | |||
2000-01-01 | Xr bridgename.if(5) | Theo de Raadt | |