Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-02-27 | consistent printf | Jason Wright | |
2001-02-12 | skip empty lines in rulefile. ok jason@ | Jakob Schlyter | |
2000-12-12 | Add support for 802.1D spanning tree protocol. | Jason Wright | |
NOTE: this requires recompiling brconfig with updated include files. | |||
2000-11-10 | unused bit in display string | Jason Wright | |
2000-07-03 | plug 2 memory leaks; reported by andrew.lunn@ascom.ch. | Jason Wright | |
2000-06-30 | warnx?/errx? paranoia (use "%s" not a bare string unless it is a | Todd C. Miller | |
constant). These are not security holes but it is worth fixing them anyway both for robustness and so folks looking for examples in the tree are not misled into doing something potentially dangerous. Furthermore, it is a bad idea to assume that pathnames will not include '%' in them and that error routines don't return strings with '%' in them (especially in light of the possibility of locales). | |||
2000-02-04 | show the rules | Theo de Raadt | |
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 | |||
1999-12-03 | make error messages more intuitive | Jason Wright | |
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-09-01 | move brconfig to /sbin, where it belongs | Theo de Raadt | |