aboutsummaryrefslogtreecommitdiff
path: root/etc/network.subr
Commit message (Expand)AuthorAgeFilesLines
* Renove faith(4) and faithd(8) from base. It looks like industryAlexander V. Chernikov2014-11-091-2/+0
* - Add $netif_ipexpand_max to specify the upper limit for the number ofHiroki Sato2014-09-111-7/+5
* Fix ifname normalization. ifconfig_IF_alias{es,N} did not work if ifname hasHiroki Sato2014-06-241-7/+7
* Fix address matching rule.Hiroki Sato2014-06-191-1/+1
* Fix warning messages after r252015Eygene Ryabinkin2014-05-201-5/+4
* Fix an issue in range specification handling when a "-foo" is specified inHiroki Sato2014-05-161-2/+2
* Move configuration of IPv6 NDP flags to a point before handling ifconfig_IF.Hiroki Sato2014-05-161-7/+10
* Loosen the processing of *_IF_aliasN vars to be less strict. Previously,Devin Teske2014-04-071-12/+14
* Remove IPX support.Gleb Smirnoff2014-03-141-56/+1
* Revert r257715. This breaks the case where devd isn't running. TheJohn Baldwin2013-11-121-0/+6
* Don't explicitly invoke ifn_start on new child interfaces (vaps andJohn Baldwin2013-11-051-6/+0
* Remove more remnants of ng_fec(4).Gleb Smirnoff2013-10-281-48/+0
* Add support for "vnet jname" argument in ifconfig_IF. The vnet keywordHiroki Sato2013-10-101-10/+67
* Do not attempt to do AF-specific configurations on a interface whenHiroki Sato2013-10-041-7/+12
* Add epair(4) support in $cloned_interfaces. One should be specifiedHiroki Sato2013-10-041-41/+93
* Fix parsing lines of ifconfig output which include \t in the case ofHiroki Sato2013-09-171-7/+8
* Correctly remove an interface's ipv4 address when the user callsAlan Somers2013-08-231-3/+3
* - Reimplement $gif_interfaces as a variant of $cloned_interfaces.Hiroki Sato2013-08-041-32/+80
* Do not set ND6_IFF_ACCEPT_RTADV on if_bridge(4) interfaces whenHiroki Sato2013-07-211-5/+23
* Fix address range specification with ifconfig(8) options such as:Hiroki Sato2013-07-201-19/+54
* - Fix a bug in ipv6_prefix_IF. It did not work with the 64-bit prefixHiroki Sato2013-07-181-16/+4
* Add "ether" and "link" to ifconfig_alias{es,N}.Hiroki Sato2013-06-301-2/+15
* Don't attempt to do DHCP on certain interfaces, similar to what's done forXin LI2013-06-281-1/+10
* Implement ifconfig_wlanX="HOSTAP".Rui Paulo2013-06-261-0/+25
* - Add CIDR notation support like 192.168.1-2.10-16/24 to $ifconfig_IF_aliasN.Hiroki Sato2013-06-201-235/+372
* Fix an issue when ipv6_enable=YES && ipv6_gateway_enable=YES which couldHiroki Sato2012-10-271-1/+5
* Fix several glitches in IPv6-related knobs:Hiroki Sato2012-01-221-6/+18
* Spelling fixes for etc/Ulrich Spörlein2012-01-071-1/+1
* Add compatibility support for specifing IPv4 aliases inGleb Smirnoff2011-12-131-0/+7
* Add support for removing addresses added by ipv6_prefix_hostid_addr_up()Hiroki Sato2011-10-231-7/+10
* Fix an issue that 127/8 is not configured when $ifconfig_DEFAULT is not empty.Hiroki Sato2011-10-231-1/+1
* Test if the interface is afif in dhcpif() and syncdhcpif(), asXin LI2011-09-281-0/+8
* Minor spelling, wording and punctuation fixes in comments.Christian Brueffer2011-09-141-6/+6
* - Add an warning when ifconfig_IF_ipv6 has no inet6 keyword in frontHiroki Sato2011-09-131-2/+10
* Add $ipv6_cpe_wanif to enable functionality required for IPv6 CPEHiroki Sato2011-09-131-0/+6
* Add support for string values with white spaces for ifconfig(8)Sergey Kandaurov2011-06-241-1/+1
* Add a helper function to check kern.features.* sysctls.Hiroki Sato2011-06-111-5/+2
* Do not mark lo0 as IFDISABLED even if there is no $ifconfig_lo0_ipv6 line.Hiroki Sato2011-06-061-1/+1
* Remove "ifconfig IF inet6 -accept_rtadv" when ipv6_gateway_enable=YES becauseHiroki Sato2011-06-061-16/+10
* No logner set an IPv4 loopback address by default in defaults/rc.conf.Bjoern A. Zeeb2011-05-311-8/+20
* network.subr: Use printf(1) builtin for hexprint function.Jilles Tjoelker2011-05-141-26/+2
* Split $ipv6_prefer into $ip6addrctl_policy and $ipv6_activate_all_interfaces.Hiroki Sato2010-09-131-1/+1
* Localize $_punct_c in get_if_var() and whitespace clean-ups.Hiroki Sato2010-09-131-6/+6
* - Check some specific IFs first in ipv6_autoconfif().Hiroki Sato2010-09-131-18/+15
* Fix $ipv6_network_interfaces and set it as AUTO by default.Hiroki Sato2010-09-131-22/+11
* Revert changes in r206408.Hiroki Sato2010-09-131-85/+126
* Prevent unloading a kld for a driver that has subinterfaces (vlan and/orJohn Baldwin2010-05-171-9/+3
* Remove trailing white space. No functional changes.Doug Barton2010-05-141-5/+5
* Make address assignment via ipv6_prefix_IF work againDoug Barton2010-05-041-0/+2
* Improve the handling of IPv6 configuration in rc.d. The ipv6_enableDoug Barton2010-04-091-121/+78