summaryrefslogtreecommitdiff
path: root/sbin/ifconfig
AgeCommit message (Expand)Author
2004-01-13Allow ifconfig to print out all interfaces of a given type.Ryan Thomas McBride
2003-12-23automagically create pseudo-network interfaces; ok deraadt@Markus Friedl
2003-12-16- s/recieve/receiveJason McIntyre
2003-12-16Document new pfsync options (syncif, -syncif and maxupd).Ryan Thomas McBride
2003-12-15Add initial support for pf state synchronization over the network.Ryan Thomas McBride
2003-12-08add IOCIFGCLONERS; ifconfig -C; from netbsd; ok henning, deraadtMarkus Friedl
2003-12-07ANSIMarkus Friedl
2003-12-06bit more flesh to the create and destroy; thanks jmcTheo de Raadt
2003-12-03add support for ifconfig clone; from netbsd; ok deraadt, henningMarkus Friedl
2003-11-09Unbreak printing of vlan interface information, commented out accidentallyRyan Thomas McBride
2003-10-26"advbase" is the correct operand.Ryan Thomas McBride
2003-10-19Remove commented out debug line committed by mistake.Ryan Thomas McBride
2003-10-18quote a macro's args to make it expand correctly;Jason McIntyre
2003-10-18CARP documentation cleanups, mostly from jmc@Ryan Thomas McBride
2003-10-17Common Address Redundancy ProtocolRyan Thomas McBride
2003-09-24realloc fixTheo de Raadt
2003-09-23fix a few strlcpyTheo de Raadt
2003-07-30change SIOCDIFADDR/SIOCAIFADDR warnings into errors (now this has correctPeter Valchev
2003-07-10vlan tag is 12-bits, not 16-bitsAnil Madhavapeddy
2003-06-26bring protypes into scope. this requires some quirky handling, but inTheo de Raadt
2003-06-11ansificationTheo de Raadt
2003-06-03- section reorderJason McIntyre
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2003-05-14move ETHERTYPE_xx declarations to <net/ethertypes.h>. meets netbsd practice.Jun-ichiro itojun Hagino
2003-03-16modifed -> modifiedmargarida
2003-03-12more .LiTheo de Raadt
2003-03-12document setting ipx frame type; from ianm@cit.uws.edu.auMichael Shalayeff
2003-02-03typos;Jason McIntyre
2002-12-12Missing 'Cm'. From <andrushock@korovino.net>Mike Pechkin
2002-11-24KNFHenning Brauer
2002-11-24consistency: use sin6 as variable name for sockaddr_in6, not sinHenning Brauer
2002-11-23typo (in #ifdef'd out code, but well...); Michal Ludvig <michal at logix.cz>Henning Brauer
2002-11-22dsetination -> destination; from Yasholomew Yashinski.Federico G. Schwindt
2002-11-14use $ or # before commands in examplesTheo de Raadt
2002-07-08make failed SIOCG80211NWKEY print alert more clearly; jolan@norm.encryptedema...Theo de Raadt
2002-06-19Since we can no longer count on isprint() to tell us whether or notTodd C. Miller
2002-06-14manpage for eui64Jun-ichiro itojun Hagino
2002-06-14add "eui64" option. from ww@styx.org. sync usage with reality.Jun-ichiro itojun Hagino
2002-06-14metric and mtu are u_long, not int.Jun-ichiro itojun Hagino
2002-06-10print ethernet address; ok provos@, itojun@Markus Friedl
2002-06-09rm trailing whitespaceTodd T. Fries
2002-06-05clarify nwkey usage; ok millert@Jason Peel
2002-05-22strcpy, sprintf death; mpech okTheo de Raadt
2002-04-26use struct in_aliasreq instead of ifaliasreq when setting new inetFederico G. Schwindt
2002-04-25no need for __alignment__, it was paste error. from fgs/deraadtJun-ichiro itojun Hagino
2002-04-10Add missing IFM_OPTIONS macro. Previously 'ifconfig -mediaopt' couldTodd C. Miller
2002-04-08more details to media and mediaopt; miod okTheo de Raadt
2002-02-23Add support for nwkey and powersave; from NetBSDTodd C. Miller
2002-02-21i_nwid is not a NUL-terminated string. Use the length parameter for theTodd C. Miller
2002-02-19when printing out the option list compare the option part only; fixes 802.11 ...Michael Shalayeff