Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-05-02 | implement "deletetunnel" (removes tunnel outer IP address pair) | Jun-ichiro itojun Hagino | |
rename "giftunnel" intto "tunnel", to reduce diffs with netbsd. (giftunnel is still usable for backward compat) markus and niels ok'ed. | |||
2001-03-01 | on "giftunnel" configuration, use specified address family | Jun-ichiro itojun Hagino | |
2001-02-20 | provide SIOC[SG]LIFPHYADDR, which greatly simplify userland manipulation. | Jun-ichiro itojun Hagino | |
sync with kame. old ioctls are kept but not really recommended. | |||
2001-01-18 | permit prefixlen against inet address, like: | Jun-ichiro itojun Hagino | |
# ifconfig fxp0 10.0.0.1 prefixlen 23 | |||
2000-12-30 | Remove the dstsa/srcsa/clearsa directives, the bridge will be using | Angelos D. Keromytis | |
the gif interface instead. | |||
2000-12-18 | fix nwid get/set | Michael Shalayeff | |
2000-11-10 | show pltime=0 address as "deprecated". sync with kame. | Jun-ichiro itojun Hagino | |
2000-08-03 | Fix compilation in non-INET6 case (rfunk@funknet.net) | Angelos D. Keromytis | |
2000-06-30 | correct address family handling in "giftunnel". | Jun-ichiro itojun Hagino | |
test with the following: # ifconfig gif0 inet giftunnel localhost localhost # ifconfig gif0 inet6 giftunnel localhost localhost | |||
2000-05-22 | correct gif physical address printing on non-IPv6 kernel. | Jun-ichiro itojun Hagino | |
2000-05-15 | better scoped address handling on gif physical address printing. | Jun-ichiro itojun Hagino | |
(hide kame ifidx hack) | |||
2000-04-28 | Add vlan stuff to usage() | Chris Cappuccio | |
2000-04-26 | if_vlan support | Chris Cappuccio | |
2000-04-14 | use getifaddrs, instead of SIOCGIFCONF. | Jun-ichiro itojun Hagino | |
XXX ifr/ifr6 manipulation is kind of ugly. | |||
2000-04-14 | recover "ifconfig -a" and "ifconfig -A" behavior for inet (least surprise). | Jun-ichiro itojun Hagino | |
2000-04-11 | add 802.11's nwid command; add mtu command | Michael Shalayeff | |
2000-02-18 | more alignment fix for SIOCGIFCONF. | Jun-ichiro itojun Hagino | |
2000-02-18 | avoid alignment problem in 64bit arch. | Jun-ichiro itojun Hagino | |
netbsd 1.57 -> 1.58 | |||
2000-02-18 | fix unaligned struct access on alpha. | Jun-ichiro itojun Hagino | |
From: =?iso-8859-1?Q?G=F6ran_Bengtson?= <goeran@cdg.chalmers.se> | |||
2000-01-15 | Add "giftunnel" keyword, obsoleting gifconfig(8). | Angelos D. Keromytis | |
2000-01-09 | Use getaddrinfo() in srcsa/dstsa/clearsa. | Angelos D. Keromytis | |
1999-12-27 | Handle srcsa/clearsa, and rename setsa to dstsa. | Angelos D. Keromytis | |
1999-12-27 | Implement setsa keyword for enc interface TDB binding. | Angelos D. Keromytis | |
1999-12-20 | remove temporary workaround for library dependency problem. | Jun-ichiro itojun Hagino | |
(this was just for kame repository) | |||
1999-12-08 | IPv6-enabled ifconfig from KAME. | Jun-ichiro itojun Hagino | |
it now loops through all the aliases on interfaces. KAME_SCOPEID will be enabled when get{addr,name}info(3) are replaced with KAME code. | |||
1999-02-24 | only allow src, dst address, not things like "ifconfig xx0 1 2 3 4 5 6" | Theo de Raadt | |
1999-02-24 | for things like "ifconfig xx0 up", do not automatically set an address. | Theo de Raadt | |
1998-09-03 | Documentation for ifmedia & updated ifconfig usage | Jason Wright | |
1998-09-03 | o OpenBSD gets if_media support (from NetBSD) | Jason Wright | |
o rework/simplify if_xl to use it | |||
1998-07-09 | indent | Theo de Raadt | |
1998-07-07 | tiny freebsd cleanups | Theo de Raadt | |
1998-03-20 | Add an explanatory comment, why we keep the interface address and keep | Angelos D. Keromytis | |
reseting it before each ioctl(). | |||
1998-03-20 | Pay attention. | Angelos D. Keromytis | |
1998-03-20 | Should work better for aliases now, with Theo's patch (soon to come). | Angelos D. Keromytis | |
1998-03-17 | finish atalk support; merged by I.McWilliam@st.nepean.uws.edu.au | Theo de Raadt | |
1997-12-31 | address family; forget about this protocol family stuff for now | Theo de Raadt | |
1997-09-20 | fix extra "no such interface" messages | Theo de Raadt | |
1997-09-14 | some -Wall | Theo de Raadt | |
1997-08-24 | if interface not found by SIOCGIFCONF when printing, complain. | Theo de Raadt | |
1997-07-01 | split -a into -a/-A | Theo de Raadt | |
1997-06-17 | make 'ifconfig -a' and 'ifconfig de0' print full ifaliases output. this | Theo de Raadt | |
was not fun, but the result sure is pretty. what is my reward? | |||
1997-01-21 | spacing glitch | Theo de Raadt | |
1996-09-19 | handle more interfaces in -a mode | Theo de Raadt | |
1996-08-16 | ipx. | Michael Shalayeff | |
1996-06-23 | update rcsid | Theo de Raadt | |
1996-01-06 | from 4.4lite2; additional data from SIOCGIFCONF is at least sockaddr sized | Theo de Raadt | |
1995-10-18 | initial import of NetBSD tree | Theo de Raadt | |