summaryrefslogtreecommitdiffstats
path: root/etc/inc/interfaces.inc
Commit message (Expand)AuthorAgeFilesLines
* Drop support for jail platformRenato Botelho2015-07-311-7/+0
* Code spacingPhil Davis2015-06-151-14/+14
* Return IP correctly in get_interface_ip for gateway groups specifying aChris Buechler2015-06-011-0/+4
* Code style bits and pieces from etcPhil Davis2015-05-311-32/+33
* Merge pull request #1590 from k-paulius/fix-4483v2Renato Botelho2015-05-301-11/+11
|\
| * Return link-local address when we are only requesting IPv6 prefix only if the...k-paulius2015-03-291-11/+11
* | Remove artifacts from latin1 to utf8 conversionsJose Luis Duran2015-05-161-1/+1
* | Disable defering in pfsync which is used for active-active deployments not us...Ermal LUÇI2015-05-151-0/+1
* | Remove duplicate 'ppp' case in switch statementStuart Wyatt2015-04-201-3/+2
|/
* Remove wireless cards from ALTQ-capable interfaces, since ALTQ is broken on w...Chris Buechler2015-03-281-4/+5
* Supress errors when opening custom DHCP config file and check if content was ...k-paulius2015-03-231-3/+7
* Log to syslog and get rid of useless variable.k-paulius2015-03-231-3/+2
* Remove old dhcp6c and rtsold config scripts when bringing down interface.k-paulius2015-03-191-0/+2
* Supress errors when opening custom DHCP6 config file and check if content was...k-paulius2015-03-191-3/+8
* A mix of literal tabs, spaces and \t is used in dhcp6c config file code. Conv...k-paulius2015-03-191-12/+11
* DHCP6 config file override, advanced and basic settings override each other s...k-paulius2015-03-191-57/+57
* Add option for wireless standard "auto", to omit "mode" entirely from ifconfi...Chris Buechler2015-03-181-4/+10
* Update get_possible_traffic_source_addresses returned array formatPhil Davis2015-03-131-4/+2
* txpower was disabled for good reason it would appear, it triggers syntax erro...Chris Buechler2015-03-131-1/+3
* Set txpower since that seems to work fine now. Explicitly set authmode wpa he...Chris Buechler2015-03-121-2/+5
* Destroy stf interface when 6rd or 6to4 tunnel is disabled. Fixes #4471Chris Buechler2015-03-051-3/+9
* Code style guide interfaces.incPhil Davis2015-02-271-1052/+1488
* Merge pull request #1516 from phil-davis/patch-2Renato Botelho2015-02-261-1/+2
|\
| * interface_netgraph_needed can miss setting found equals truePhil Davis2015-02-251-1/+2
* | Log ifconfig commands used to setup wireless interfacesChris Buechler2015-02-261-0/+7
|/
* remove old, unused codeChris Buechler2015-02-251-2/+0
* Initialize var and move unset outside the loopRenato Botelho2015-02-241-1/+3
* Do not request prefix delegation if no tracking interfaces are setup tok-paulius2015-02-161-14/+17
* Fixes #4389 The VIP interfaces cannot be assigned since they are just an iden...Ermal LUÇI2015-02-111-9/+4
* Random text typosPhil Davis2015-02-111-8/+8
* Fixes #4397 Make mtu configuration before the ip address assignment. This fix...Ermal LUÇI2015-02-101-45/+46
* Properly calculate the 6rd default gateway honoring netmasks other than /32Ermal LUÇI2015-02-021-1/+5
* Fix typo in function nameRenato Botelho2015-01-221-1/+1
* Still missed one mistake on last commitRenato Botelho2015-01-161-1/+1
* Fix some logic mistakes introduced in 89f171b052, spotted by phil-davisRenato Botelho2015-01-161-6/+2
* fix syntax and unbreak interfaces.incRenato Botelho2015-01-161-2/+2
* Ticket #3997, teach code to track carp through uniqids(). Missing carp GUI ch...Ermal LUÇI2015-01-151-54/+122
* Fixes #3281 do not undo any changes already done for gif/gre interface.Ermal LUÇI2015-01-101-9/+13
* some lagg modes are missing vlanmtu, but work fine with VLANs. Work around it...Chris Buechler2015-01-081-0/+4
* split is deprecated move to explodeErmal LUÇI2015-01-071-4/+4
* Remove useless check, CARP does not depend of interface having another IP set...Renato Botelho2015-01-061-16/+0
* Revert "FreeBSD fails to set advskew back to 0 after you set it to any other"Renato Botelho2015-01-061-16/+4
* Correct issue with not reloading CP properly on calling interface configure.Ermal LUÇI2014-12-221-2/+3
* Fix issue reported on https://forum.pfsense.org/index.php?topic=85737.0Ermal LUÇI2014-12-221-1/+1
* Check if interface exist before try to add it to groupRenato Botelho2014-12-181-2/+3
* Make logic more visible as suggested by ErmalRenato Botelho2014-12-161-1/+6
* Teach interface_vip_bring_down() to deal with IP Alias over CARPRenato Botelho2014-12-161-1/+7
* Don't try to launch 3gstats unless it's on a valid device.Chris Buechler2014-12-041-2/+4
* After discussion with Ermal, remove this to force consumers to send thingsChris Buechler2014-12-041-7/+0
* replace spaces with tabsChris Buechler2014-12-041-2/+2
OpenPOWER on IntegriCloud