Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-08-08 | spacing | Theo de Raadt | |
2004-08-03 | Allow a unicast ip address to be specified for pfsync with the 'syncpeer' | Ryan Thomas McBride | |
keyword. This address is used instead of the multicast address to send state updates; this allows pairs of pfsync firewalls to protect the traffic with IPSec. ifconfig must be updated to match the kernel. | |||
2004-07-21 | use \- for number ranges | Jared Yanovich | |
document new timeslot command ok alex jmc | |||
2004-07-15 | remove references to removed pages: clnp(4), esis(4), and iso(4); | Jason McIntyre | |
2004-07-03 | zap INET_ONLY, compress usage(); jared | Theo de Raadt | |
2004-07-03 | ansi; jared | Theo de Raadt | |
2004-06-26 | cleanup ioctl for ifgroups; ok pb@ | Markus Friedl | |
2004-06-26 | Add option that allows to change timeslot range forn network card. | Alex Feldman | |
ok mcbride@ | |||
2004-06-26 | ignore IFGROUP errs in ifconfig -a for "too old" kernels right now | Philipp Buehler | |
2004-06-26 | more netiso leftovers | Philipp Buehler | |
by pointer from yared janovich henning@ ok | |||
2004-06-26 | groups in usage() - from jared yanovich | Philipp Buehler | |
2004-06-25 | interface groups | Philipp Buehler | |
mcbride@ ok | |||
2004-06-25 | introduce "interface groups" | Philipp Buehler | |
by "ifconfig fxp0 group foobar" "ifconfig xl0 group foobar" these two interfaces are in one group. Every interface has its if-family as default group. idea/design from henning@, based on some work/disucssion from Joris Vink. henning@, mcbride@ ok. | |||
2004-06-24 | iso is gone | Henning Brauer | |
2004-06-24 | remove netiso stuff | Henning Brauer | |
2004-06-21 | Make printing of 802.11 fields consistent with the rest by printing | Todd C. Miller | |
a colon (':') after the field name. Noticed by markus@, OK deraadt@ | |||
2004-05-30 | interface description, tweaked by deraadt and jcs; | Jason McIntyre | |
2004-05-29 | introduce SIOCSIFDESCR and SIOCGIFDESCR to maintain interface | joshua stein | |
descriptions, configurable with ifconfig help from various, ok deraadt@ | |||
2004-05-18 | Trailers are really wonders of the past. Remove them from man page and | Otto Moerbeek | |
usage. ok millert@ | |||
2004-05-10 | missing casts spotted by 64 bit cc | Theo de Raadt | |
2004-05-05 | use strtonum all over the place; ok pb millert | Theo de Raadt | |
2004-04-27 | clean up ifdef hell | Philipp Buehler | |
2004-04-27 | reworking of man page and sync/update usage(); | Jason McIntyre | |
this stuff is based mostly on diffs from jared yanovich, with some stuff from myself and otto; ok naddy@ otto@ markus@ deraadt@ | |||
2004-04-27 | missing ';' in actually unreached code (pointed out by logix(at)franken.de) | Philipp Buehler | |
2004-03-18 | Allow the state of a carp interface to be changed explicitly. | Ryan Thomas McBride | |
ok markus@ | |||
2004-03-15 | some small knf | Theo de Raadt | |
2004-03-08 | Prevent user from specifying an interface name longer than IFNAMSIZ. | Ryan Thomas McBride | |
ok millert@ | |||
2004-02-26 | Deal correctly with printing interfaces with multiple trailing digits. | Todd C. Miller | |
E.g. "ifconfig vlan1" should only match vlan1, not vlan1, vlan10, vlan11, etc. OK tdeval@, hshoexer@, otto@. Closes PR 3693. | |||
2004-01-13 | new sentence, new line; | Jason McIntyre | |
add section number to .Xr; | |||
2004-01-13 | Document ability to display all interfaces of given type by omitting unit | Ryan Thomas McBride | |
number. | |||
2004-01-13 | Allow ifconfig to print out all interfaces of a given type. | Ryan Thomas McBride | |
ie. 'ifconfig carp' prints out all carp interfaces. ok hshoexer@ tdeval@ | |||
2003-12-23 | automagically create pseudo-network interfaces; ok deraadt@ | Markus Friedl | |
2003-12-16 | - s/recieve/receive | Jason McIntyre | |
- kill whitespace at EOL | |||
2003-12-16 | Document new pfsync options (syncif, -syncif and maxupd). | Ryan Thomas McBride | |
ok deraadt@ | |||
2003-12-15 | Add initial support for pf state synchronization over the network. | Ryan Thomas McBride | |
Implemented as an in-kernel multicast IP protocol. Turn it on like this: # ifconfig pfsync0 up syncif fxp0 There is not yet any authentication on this protocol, so the syncif must be on a trusted network. ie, a crossover cable between the two firewalls. NOTABLE CHANGES: - A new index based on a unique (creatorid, stateid) tuple has been added to the state tree. - Updates now appear on the pfsync(4) interface; multiple updates may be compressed into a single update. - Applications which use bpf on pfsync(4) will need modification; packets on pfsync no longer contains regular pf_state structs, but pfsync_state structs which contain no pointers. Much more to come. ok deraadt@ | |||
2003-12-08 | add IOCIFGCLONERS; ifconfig -C; from netbsd; ok henning, deraadt | Markus Friedl | |
2003-12-07 | ANSI | Markus Friedl | |
2003-12-06 | bit more flesh to the create and destroy; thanks jmc | Theo de Raadt | |
2003-12-03 | add support for ifconfig clone; from netbsd; ok deraadt, henning | Markus Friedl | |
2003-11-09 | Unbreak printing of vlan interface information, commented out accidentally | Ryan Thomas McBride | |
in CARP import. | |||
2003-10-26 | "advbase" is the correct operand. | Ryan Thomas McBride | |
diff from Daniel Cavanagh <nofsk@vtown.com.au> | |||
2003-10-19 | Remove commented out debug line committed by mistake. | Ryan Thomas McBride | |
2003-10-18 | quote a macro's args to make it expand correctly; | Jason McIntyre | |
2003-10-18 | CARP documentation cleanups, mostly from jmc@ | Ryan Thomas McBride | |
2003-10-17 | Common Address Redundancy Protocol | Ryan Thomas McBride | |
Allows multiple hosts to share an IP address, providing high availability and load balancing. Based on code by mickey@, with additional help from markus@ and Marco_Pfatschbacher@genua.de ok deraadt@ | |||
2003-09-24 | realloc fix | Theo de Raadt | |
2003-09-23 | fix a few strlcpy | Theo de Raadt | |
2003-07-30 | change SIOCDIFADDR/SIOCAIFADDR warnings into errors (now this has correct | Peter Valchev | |
return code in certain cases); ok henning itojun | |||
2003-07-10 | vlan tag is 12-bits, not 16-bits | Anil Madhavapeddy | |
jason@ ok | |||
2003-06-26 | bring protypes into scope. this requires some quirky handling, but in | Theo de Raadt | |
the end everything is much clearer; ok tedu (itojun might like to see how ifconfig looks after this) |