summaryrefslogtreecommitdiffstats
path: root/etc/inc/interfaces.inc
Commit message (Expand)AuthorAgeFilesLines
* Replace all linklocal checks by is_linklocal()Renato Botelho2013-05-091-3/+3
* Nuke interface_track6_dhcp6_configure()Renato Botelho2013-05-081-47/+0
* Revert "Fixes for track6 interfaces:"Renato Botelho2013-05-071-5/+4
* Pull code from the calling place rather than the interfaces.incErmal2013-05-071-2/+0
* Merge pull request #626 from phil-davis/masterErmal Luçi2013-05-071-0/+2
|\
| * Add includes to interfaces.incPhil Davis2013-05-071-0/+2
* | Fixes for track6 interfaces:Renato Botelho2013-05-071-4/+5
|/
* Fix IPv6 Prefix ID default valueRenato Botelho2013-05-061-9/+0
* Correct issue reported on: http://forum.pfsense.org/index.php/topic,61239.0.htmlErmal2013-04-171-1/+1
* Make fe80: addresses check case insensitiveRenato Botelho2013-04-141-3/+3
* Configure static arp inside interface_configure() since it removes all interf...Renato Botelho2013-04-111-0/+1
* Fix whitespaces and indentRenato Botelho2013-03-281-50/+39
* Give the process time to exit before running a new oneErmal2013-03-251-1/+3
* Escape the argument to avoid potential issuesErmal2013-03-211-1/+1
* No need for the ::(separators) they will be thereErmal2013-03-201-1/+1
* Check lower bound as wellErmal2013-03-201-1/+1
* The default gateway for 6rd type is $prefix|$wanv4::$wanv4gw. Also add suppor...Ermal2013-03-201-13/+4
* To actually use the linklocal of :1 delete the auto assigned linklocalErmal2013-03-201-0/+3
* Remove even this seems dhclient is smart enough to avoid this by itselfErmal2013-03-191-3/+0
* Remove functions that are not used now with once mode of rtsoldErmal2013-03-191-14/+0
* Simplify a bit logicRenato Botelho2013-03-191-12/+6
* Fix typoRenato Botelho2013-03-191-1/+1
* Use full patchErmal2013-03-191-1/+1
* Run rtsold only for one reply since it will spam with dhcp6c processes otherw...Ermal2013-03-191-5/+9
* Fix missed ;jim-p2013-03-191-1/+1
* Bring down even rtsold processErmal2013-03-191-0/+15
* The workflow is rtsold calls dhcp6c which calls rc.newwanipv6 to make the con...Ermal2013-03-191-29/+23
* Do not run this during startup since it will be called anyhowErmal2013-03-191-3/+5
* Initialize arrayErmal2013-03-191-0/+1
* Remove not used callErmal2013-03-191-1/+0
* When reconfiguring interfaces with dhcp types set try to kill any previous dh...Ermal2013-03-191-1/+7
* Do not cleanup states on this callErmal2013-03-191-1/+1
* Remove useless function callsErmal2013-03-181-8/+5
* Unset the ip from the cache to retrieve the right ipErmal2013-03-181-0/+12
* Correct get_interface_subnetv6 and use get_interface_ipv6 during dhcp config ...Ermal2013-03-181-30/+16
* Try to remove as much as possible _stf special case through the codeErmal2013-03-181-12/+4
* Use get_interface_ipv6 on rc.newwanipv6 to and teach it to flush the cache on...Ermal2013-03-181-10/+25
* Handle _stf interface in convertion from real to friendly. Also do no cal lpf...Ermal2013-03-181-1/+5
* Use realif on dhcp6 pid filename since find_dhcp6c_process() looks for it and...Renato Botelho2013-03-161-1/+1
* Use empty which is more strictErmal2013-03-141-1/+1
* Be consistent on vlan checksRenato Botelho2013-03-081-4/+4
* Fix logic inversion from 126ff5b264Renato Botelho2013-03-081-1/+1
* Check if MTU is already with correct value before change itRenato Botelho2013-03-081-15/+20
* When parent is not assigned, reset it and all vlans without mtu set to defaultRenato Botelho2013-03-081-15/+18
* When reset parent to default mtu, deal with all VLANs tooRenato Botelho2013-03-081-2/+14
* Set vlanifs early and use it on more places to simplify logicRenato Botelho2013-03-081-50/+40
* Consider parent mtu when it's set instead of default oneRenato Botelho2013-03-081-1/+3
* Simplify a bit the logicRenato Botelho2013-03-081-3/+1
* Pass parent interface to link_interface_to_vlansRenato Botelho2013-03-081-1/+1
* Fix typo on var nameRenato Botelho2013-03-081-1/+1
OpenPOWER on IntegriCloud