Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-05-28 | apropriate -> appropriate | Jason McIntyre | |
2006-05-27 | replace ipsecadm with ipsecctl. ok and requested by deraadt@ | Hans-Joerg Hoexer | |
2006-05-26 | let us not talk about ipsecadm and vpn anymore; ok reyk | Theo de Raadt | |
2006-03-20 | NetBSD Coverity CID 774: Don't increment a pointer *before* testing it for NULL! | David Hill | |
ok otto@ | |||
2005-12-21 | Userland programs should include <errno.h> not <sys/errno.h> | Todd C. Miller | |
OK deraadt@ | |||
2005-09-27 | add examples of explicitly bringing ethernet ifs up; | Jason McIntyre | |
from stefek zaba; ok deraadt@ | |||
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-09-14 | remove unused variable | Theo de Raadt | |
2004-05-27 | Rule parser improvements: line numbers, no nl at eof, handling of lines | Otto Moerbeek | |
with too many tokens. Based on diff from Jared Yanovich. ok tdeval@ deraadt@ | |||
2004-05-23 | do not free before going to exit path; andrushock@korovino.net | Theo de Raadt | |
2004-05-04 | from jared yanovich: | Jason McIntyre | |
- better macros in SYNOPSIS - rewording - document the `rules' command - shift EXAMPLES to standard format | |||
2004-03-08 | Prevent user from specifying an interface name longer than IFNAMSIZ. | Ryan Thomas McBride | |
ok millert@ | |||
2004-03-02 | 64-bits datatype fixes for strto(u)l conversions. | Thierry Deval | |
From Daniel Lucq, through and OK by henning@ | |||
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; | |||
2004-01-01 | use warnx for ENXIO devices, so that it says "Device not configured". For | Theo de Raadt | |
other errors, continue too use the "is not a bridge" mantra. | |||
2003-12-07 | typo; lists-openbsd@2ls4agd.net | Theo de Raadt | |
2003-09-26 | realloc properly; ok jason | 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-30 | o timeout is int, not u_int32_t | Henning Brauer | |
o reject negative timeouts ok jason@ | |||
2003-05-10 | - setup -> set up | Jason McIntyre | |
- .Xr to itself -> .Nm | |||
2003-03-07 | spelling errors/typos | David Krause | |
ok jmc@ | |||
2002-12-18 | remove dup include | Markus Friedl | |
2002-12-09 | KNF | Theo de Raadt | |
2002-12-09 | KNF | Markus Friedl | |
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-07-03 | ansi | Theo de Raadt | |
2002-07-01 | cut and pasto (fetch maxage correctly); Benny Holmgren <bigfoot@astrakan.hig.se> | Jason Wright | |
2002-06-15 | Document transparent IPsec. | Angelos D. Keromytis | |
2002-06-09 | rm trailing whitespace | Todd T. Fries | |
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ↵ | Todd C. Miller | |
hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically. | |||
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 | KNF (A completely different idea) | Jason Wright | |
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-11-05 | kill more registers; | Mike Pechkin | |
millert@ ok | |||
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 | |