summaryrefslogtreecommitdiffstats
path: root/etc/network.subr
Commit message (Expand)AuthorAgeFilesLines
* MFC r278933:rpaulo2015-02-261-1/+1
* MFC r266267, r267636:hrs2014-10-091-2/+2
* MFC r265225:hrs2014-10-091-7/+10
* MFC r271424:bdrewery2014-10-051-7/+5
* MFC r267812 (hrs): Fix ifname normalization. ifconfig_IF_alias{es,N} did notdteske2014-07-231-11/+10
* MFC r264243:dteske2014-04-141-12/+14
* Add support for "vnet jname" argument in ifconfig_IF. The vnet keywordhrs2013-10-101-10/+67
* Do not attempt to do AF-specific configurations on a interface whenhrs2013-10-041-7/+12
* Add epair(4) support in $cloned_interfaces. One should be specifiedhrs2013-10-041-41/+93
* Fix parsing lines of ifconfig output which include \t in the case ofhrs2013-09-171-7/+8
* Correctly remove an interface's ipv4 address when the user callsasomers2013-08-231-3/+3
* - Reimplement $gif_interfaces as a variant of $cloned_interfaces.hrs2013-08-041-32/+80
* Do not set ND6_IFF_ACCEPT_RTADV on if_bridge(4) interfaces whenhrs2013-07-211-5/+23
* Fix address range specification with ifconfig(8) options such as:hrs2013-07-201-19/+54
* - Fix a bug in ipv6_prefix_IF. It did not work with the 64-bit prefixhrs2013-07-181-16/+4
* Add "ether" and "link" to ifconfig_alias{es,N}.hrs2013-06-301-2/+15
* Don't attempt to do DHCP on certain interfaces, similar to what's done fordelphij2013-06-281-1/+10
* Implement ifconfig_wlanX="HOSTAP".rpaulo2013-06-261-0/+25
* - Add CIDR notation support like 192.168.1-2.10-16/24 to $ifconfig_IF_aliasN.hrs2013-06-201-235/+372
* Fix an issue when ipv6_enable=YES && ipv6_gateway_enable=YES which couldhrs2012-10-271-1/+5
* Fix several glitches in IPv6-related knobs:hrs2012-01-221-6/+18
* Spelling fixes for etc/uqs2012-01-071-1/+1
* Add compatibility support for specifing IPv4 aliases inglebius2011-12-131-0/+7
* Add support for removing addresses added by ipv6_prefix_hostid_addr_up()hrs2011-10-231-7/+10
* Fix an issue that 127/8 is not configured when $ifconfig_DEFAULT is not empty.hrs2011-10-231-1/+1
* Test if the interface is afif in dhcpif() and syncdhcpif(), asdelphij2011-09-281-0/+8
* Minor spelling, wording and punctuation fixes in comments.brueffer2011-09-141-6/+6
* - Add an warning when ifconfig_IF_ipv6 has no inet6 keyword in fronthrs2011-09-131-2/+10
* Add $ipv6_cpe_wanif to enable functionality required for IPv6 CPEhrs2011-09-131-0/+6
* Add support for string values with white spaces for ifconfig(8)pluknet2011-06-241-1/+1
* Add a helper function to check kern.features.* sysctls.hrs2011-06-111-5/+2
* Do not mark lo0 as IFDISABLED even if there is no $ifconfig_lo0_ipv6 line.hrs2011-06-061-1/+1
* Remove "ifconfig IF inet6 -accept_rtadv" when ipv6_gateway_enable=YES becausehrs2011-06-061-16/+10
* No logner set an IPv4 loopback address by default in defaults/rc.conf.bz2011-05-311-8/+20
* network.subr: Use printf(1) builtin for hexprint function.jilles2011-05-141-26/+2
* Split $ipv6_prefer into $ip6addrctl_policy and $ipv6_activate_all_interfaces.hrs2010-09-131-1/+1
* Localize $_punct_c in get_if_var() and whitespace clean-ups.hrs2010-09-131-6/+6
* - Check some specific IFs first in ipv6_autoconfif().hrs2010-09-131-18/+15
* Fix $ipv6_network_interfaces and set it as AUTO by default.hrs2010-09-131-22/+11
* Revert changes in r206408.hrs2010-09-131-85/+126
* Prevent unloading a kld for a driver that has subinterfaces (vlan and/orjhb2010-05-171-9/+3
* Remove trailing white space. No functional changes.dougb2010-05-141-5/+5
* Make address assignment via ipv6_prefix_IF work againdougb2010-05-041-0/+2
* Improve the handling of IPv6 configuration in rc.d. The ipv6_enabledougb2010-04-091-121/+78
* Add rc.d script for the rtsold(8) daemon.ume2010-02-031-1/+3
* Remove a trailing reference to the obsolete vaps_<IF> variable.jhb2009-12-291-1/+1
* Add support for configuring vlan(4) interfaces as child devices similar tojhb2009-12-291-2/+48
* - Add AF_IPX and AF_NATM to afexists().hrs2009-10-021-0/+10
* Fix several logic bugs in the previous IPv6 variable change andhrs2009-09-261-12/+58
* Add missing comments and whitespace clean-ups.hrs2009-09-121-42/+64
OpenPOWER on IntegriCloud