summaryrefslogtreecommitdiffstats
path: root/etc/inc/interfaces.inc
Commit message (Expand)AuthorAgeFilesLines
* Fix comment, unbreak interfaces.incjim-p2012-02-251-1/+1
* Always configure a link local address when configuring a carp with a IPv6 add...smos2012-02-251-0/+2
* Write out a default router file for the srd interfacesmos2012-02-251-1/+4
* Adding gateway support for 6rd support, does not add route yet.smos2012-02-251-0/+3
* Add 6rd backend code support, adds rules for proto 41 traffic for 6rd on WAN ...smos2012-02-251-24/+28
* Correct checking if a gif is part of bridge so that it actually works correct...Ermal2012-02-131-21/+25
* Make sure to pass the string, not the arraysmos2012-02-081-1/+2
* Perform actual 128 bit operations to make sure we get the math right.smos2012-02-081-63/+62
* Add code that expresses the default gateway calculated from the broker address.smos2012-02-011-2/+35
* Add more backend code to calculate the 6RD broker IPv6 address from the IPv4 ...smos2012-02-011-1/+39
* Make sure we stop the configure if the device does not have a public addresssmos2012-01-251-1/+1
* Add backend 6RD support. We don't have the required patch yet for our stf dri...smos2012-01-251-0/+37
* Remove rtsol debugging outputsmos2012-01-251-1/+0
* Duplicate logic from gif tunnels for gre tunnels these are very similarsmos2012-01-151-1/+5
* Show the interface Link Local addresses on the status_interfaces.phpsmos2012-01-151-14/+25
* Update etc/inc/interfaces.incNamezero2012-01-021-1/+27
* Ooops correct copy/paste errorErmal2011-12-281-1/+1
* Implement is_jumbo_capable in a more performant way. This should help with la...Ermal2011-12-281-7/+6
* Add strategic sleep commands into the configure and renewal process so that p...smos2011-11-211-3/+4
* Prevent link cycling when spoofing mac + DHCP. Fixes #1572jim-p2011-11-081-2/+6
* Fixes issue with l2tp interfaces and altqErmal2011-10-081-0/+2
* Add a / for the prefix length value. As suggested onsmos2011-09-031-1/+1
* Add a find_interface_ipv6_ll() to find the link local address of a interface.smos2011-09-011-0/+40
* Remove stray print_r debugging from the dhcp6 client functionsmos2011-09-011-4/+0
* Further fix up the DHCPv6 client support, launch rtsol to figure out our gate...smos2011-08-311-3/+33
* Disable the rtsol command for now until we have a proper script to handle this.smos2011-08-301-2/+4
* Correct the path to rtsolsmos2011-08-301-1/+1
* Accept router advertisments for DHCP6 WAN interfaces. Also launch a rtsol pro...smos2011-08-301-1/+4
* renable IPv6 rc.newwanipv6 but comment out reconfigure($if) until we track do...Seth Mos2011-08-291-1/+1
* Add a interface_has_gatewayv6() function to determine if a interface has a IP...Seth Mos2011-08-261-0/+22
* Make sure to wait for the interface to be really created before letting the f...smos2011-08-181-0/+9
* Make sure that we disable accepting router advertisements unless we explicitl...smos2011-08-181-2/+3
* Add a log message when we enable router advertisements for a interfacesmos2011-08-181-0/+1
* Disable the rc.newwanipv6 script called from the dhcp6 client, this causes a ...smos2011-08-181-1/+1
* Add debugging to interface down function, add support for the type6 = dhcp6.smos2011-08-181-1/+24
* Make initial changes to allow pfSense to work in a jail.Andrew Thompson2011-08-171-0/+7
* Reflect the changes in the UI page that IPv4 and IPv6 are no lounger coupled ...Seth Mos2011-08-151-38/+12
* If no pppoe service name is configured, send a null service name. Seems to he...jim-p2011-08-021-2/+4
* Correct check for the gif mtu during an interface readdition to bridge.Ermal2011-07-221-1/+1
* Correct the check for mtu 1500 to inlcude it. Also add the check on bridge_ad...Ermal2011-07-201-2/+2
* Merge remote-tracking branch 'upstream/master'jim-p2011-07-121-65/+82
|\
| * Enable the pfsync checking unconditionallyErmal2011-07-111-10/+8
| * Actually give pfsync time to catch up.Ermal2011-07-111-0/+2
| * If the sync has not finished do not start carp yetErmal2011-07-111-0/+11
| * Merge remote-tracking branch 'mainline/master' into incVinicius Coque2011-07-111-1/+1
| |\
| | * Fixes #1666. For OpenVPN interfaces always check if part of bridge or not.Ermal2011-07-111-1/+1
| * | Merge remote-tracking branch 'mainline/master' into incVinicius Coque2011-07-061-0/+32
| |\ \ | | |/
| * | Merge remote-tracking branch 'mainline/master' into incVinicius Coque2011-06-201-2/+46
| |\ \
| * \ \ Merge remote-tracking branch 'mainline/master' into incVinicius Coque2011-05-231-2/+2
| |\ \ \
| * \ \ \ Merge remote-tracking branch 'mainline/master' into incVinicius Coque2011-05-231-19/+74
| |\ \ \ \
OpenPOWER on IntegriCloud