summaryrefslogtreecommitdiffstats
path: root/etc/inc/interfaces.inc
Commit message (Expand)AuthorAgeFilesLines
* Revert "Revert "Fix #3700 and other syntax issues:""Renato Botelho2014-06-101-1/+2
* Revert "Fix #3700 and other syntax issues:"Renato Botelho2014-06-101-2/+1
* Fix #3700 and other syntax issues:Renato Botelho2014-06-101-1/+2
* allow ipaliases to be configured on lo0Matt Smith2014-06-031-2/+2
* Delete all ip aliases when interface is disabled, it should fix #3650Renato Botelho2014-05-211-7/+21
* fixing typo for GIF tunnels to work over IPv6m0se2014-04-121-1/+1
* Correct check that was broken even before to actually make the ieee8021x enab...Ermal2014-03-281-1/+1
* Try a different strategy for fixing #3514 just send a HUP to dhcp6 to get it ...Ermal2014-03-121-1/+4
* Do not delete linklocal addressRenato Botelho2014-03-111-3/+4
* Fix for now 'IPv6 - LAN looses Prefix after link event'(forums) with a not el...Ermal2014-03-101-3/+14
* Fixes typo on variable nameRenato Botelho2014-03-101-1/+1
* pfSense_interface_deladdress() only knows how to delete an ip address, not a ...Renato Botelho2014-03-101-2/+8
* bring up appropriate interface for GRE/GIF. Ticket #3281Chris Buechler2014-03-061-2/+2
* sync up ALTQ-capable interfaces listChris Buechler2014-03-011-6/+6
* Ticket #3484 Correct the case for GRE tunnels as well since they behave the s...Ermal2014-02-281-3/+6
* Fixes #3484. Provide a dynamic gateway for gif v6 tunnels so it can be used o...Ermal2014-02-281-0/+2
* Ticket #3484 Note that for now prefixlen is useless in ipv6 tunnels. IPv4 acc...Ermal2014-02-281-1/+3
* Ticket #2627. Just pass the array over no need to traverse itErmal2014-02-211-6/+4
* Fixes #2627. When an interface goes down try to shut the RAs and dhcpd6 servi...Ermal2014-02-211-0/+13
* Avoid recursion of convert_real_interface_to_friendly_interface_name with get...Ermal2014-02-211-10/+10
* Do some more error checking and put secondary radius attributes only if confi...Ermal2014-02-201-35/+39
* Normally when an ip is set the interface comes up on BSD stacks. Though push ...Ermal2014-02-171-0/+4
* Put a kludge for now which Fixes #3280. It should be improved later on to hav...Ermal2014-02-171-8/+11
* Fix symlink calls adding full link name, it fixes issue reported at https://f...Renato Botelho2014-02-111-2/+2
* Properly set the configuration here based on https://forum.pfsense.org/index....Ermal2014-02-111-2/+2
* When adding ip aliases on top of carp not in the subnet of the carp configure...Ermal2014-02-111-1/+1
* Silent recently added symlink() callsRenato Botelho2014-02-041-2/+2
* Use unlink_if_exists or @unlink to avoid PHP errors when file doesn't existRenato Botelho2014-02-041-1/+1
* Add escapeshellarg() calls on exec parameters. While I'm here, replace some e...Renato Botelho2014-02-041-34/+34
* Fix typo on variable nameRenato Botelho2014-01-211-3/+3
* Make sense of interface mtu handling code. No need to do unneeded operations....Ermal2013-12-271-104/+48
* Use empty even hereErmal2013-12-261-1/+1
* Check if there is a value before trying to do any operationErmal2013-12-261-1/+1
* Use proper function to check for ipaddr and also do not call the module ip se...Ermal2013-12-181-3/+3
* Correct removing the ip addresses from an interface!Ermal2013-12-181-2/+2
* Don't flush interface cache on each call of the function when looping through...jim-p2013-11-201-4/+4
* Revert "Define dynamic gateway for GRE interfaces and do not user to define I...Renato Botelho2013-10-291-19/+1
* Define dynamic gateway for GRE interfaces and do not user to define IP addres...Renato Botelho2013-10-291-1/+19
* Make sure vlan interface exist when it's being configured, it fixes #3270Renato Botelho2013-10-181-0/+12
* Add patch from Ermal to fix ifconfig error on gif in certain cases.jim-p2013-09-231-1/+1
* Update an existing cron entry for pppoe periodic resetsPhil Davis2013-09-101-2/+2
* Leave a trace that rtsold did fire the dhcp6c client so troubleshooting is ea...Ermal2013-09-101-0/+1
* Actually the / here is not needed.Ermal2013-09-041-1/+1
* add option to send prefix hint for requesting desired prefix length for deleg...Daniel Becker2013-09-021-1/+4
* Add also a special case so the correct ip is returned for the case when WAN i...Ermal2013-08-161-0/+9
* When using DHCPv6 and only requesting a prefix the communication on the WAN i...Ermal2013-08-161-0/+12
* Optimize a bit to try and convrt back to friendly interface only when neededErmal2013-08-161-1/+2
* Resolves #2627. When WANv4 is PPP and v6 is DHCP but the option get v6 info f...Ermal2013-08-161-8/+19
* Correctly remove IPv6 addresses from the interface rather than just erroring ...Ermal2013-08-161-2/+9
* Even if called with wrong parameters try to do something rather than return h...Ermal2013-08-161-0/+3
OpenPOWER on IntegriCloud