NetBSD/sbin/ifconfig
dyoung aa10084492 Fix two bugs:
1 Let us associate a keyword with either a signed or an unsigned
  number.  Associate the '-chan' keyword with an unsigned number.
  This fixes the defect that crashed 'ifconfig wi0 -chan', reported
  by Michael van Elst.

2 Do not try to interpret names as ISO addresses unless the ISO
  address family was specified.  iso_addr(3) does not report errors,
  so it appears to interpret *everything* as an ISO address.  This
  is a stopgap fix for the defect in 'ifconfig lo0 inet6' on a
  !INET6 kernel that deletes the first IPv4 address on lo0.
  (Reported by Scott Ellis.)
2008-05-19 18:00:31 +00:00
..
Makefile Per discussion at 2008-05-12 22:06:13 +00:00
af_atalk.c Start to adapt the AppleTalk module to use commit_address(). 2008-05-11 23:28:40 +00:00
af_atalk.h Start to adapt the AppleTalk module to use commit_address(). 2008-05-11 23:28:40 +00:00
af_inet.c Make prototype and definition of in_alias() agree: it's static. 2008-05-12 20:59:13 +00:00
af_inet.h setifipdst() is gone, so delete the prototype. #include nothing 2008-05-12 00:40:40 +00:00
af_inet6.c Retire in6_addreq and in6_ridreq, which we do not use in the 2008-05-12 20:58:16 +00:00
af_inet6.h Move IPv4/IPv6-specific code from commit_address() to in_commit_address() 2008-05-08 07:13:20 +00:00
af_inetany.c Apply netmasks to !(IFF_BROADCAST|IFF_POINTOPOINT) interfaces as 2008-05-16 20:57:42 +00:00
af_inetany.h Apply the right copyright notice. 2008-05-12 22:01:32 +00:00
af_iso.c Delete #if 0'd code. 2008-05-08 07:11:03 +00:00
af_iso.h Move ISO, AppleTalk, carp(4) syntax from ifconfig.c to af_iso.c, 2008-05-07 20:45:01 +00:00
af_link.c Use an AF_LINK socket to add/delete/get link-layer addresses. 2008-05-13 18:10:17 +00:00
af_link.h Per discussion at 2008-05-12 22:06:13 +00:00
agr.c Fix two bugs: 2008-05-19 18:00:31 +00:00
agr.h Move net80211 and agr(4) syntax out of ifconfig.c and into ieee80211.c 2008-05-07 19:55:24 +00:00
carp.c Factor out common code, creating direct_ioctl() and indirect_ioctl() 2008-05-07 23:55:06 +00:00
carp.h Move ISO, AppleTalk, carp(4) syntax from ifconfig.c to af_iso.c, 2008-05-07 20:45:01 +00:00
env.c Cosmetic: fix copyright whitespace. 2008-05-12 21:53:32 +00:00
env.h Overhaul ifconfig. Use fewer global variables. Take a leap toward 2008-05-06 04:33:42 +00:00
extern.h Overhaul ifconfig. Use fewer global variables. Take a leap toward 2008-05-06 04:33:42 +00:00
ieee80211.c Fix two bugs: 2008-05-19 18:00:31 +00:00
ieee80211.h Move net80211 and agr(4) syntax out of ifconfig.c and into ieee80211.c 2008-05-07 19:55:24 +00:00
ifconfig.8 Add support for the command list scan in ifconfig (this command permits to scan 2007-12-16 13:49:21 +00:00
ifconfig.c Fix two bugs: 2008-05-19 18:00:31 +00:00
parse.c Fix two bugs: 2008-05-19 18:00:31 +00:00
parse.h Fix two bugs: 2008-05-19 18:00:31 +00:00
tunnel.c Factor out common code, creating direct_ioctl() and indirect_ioctl() 2008-05-07 23:55:06 +00:00
tunnel.h Move tunnel syntax into tunnel.c. Move net80211 'list' command 2008-05-07 20:03:27 +00:00
util.c Use an AF_LINK socket to add/delete/get link-layer addresses. 2008-05-13 18:10:17 +00:00
util.h Factor out common code, creating direct_ioctl() and indirect_ioctl() 2008-05-07 23:55:06 +00:00
vlan.c The key 'vlantag' activates the 'vlanif' keyword, not the key 2008-05-16 20:53:35 +00:00
vlan.h Move vlan(4) syntax from ifconfig.c into vlan.c. 2008-05-07 20:11:15 +00:00