summaryrefslogtreecommitdiffstats
path: root/etc/inc/interfaces.inc
Commit message (Collapse)AuthorAgeFilesLines
* Disable checksum offloading on wired interfaces when a wireless interface is ↵Chris Buechler2009-09-251-1/+13
| | | | | | bridged. Resolves #88
* Make altq driver list up to date with 7.2Seth2009-08-211-6/+7
|
* Add vge interface to AltQ capable listSeth2009-08-211-1/+2
|
* use real if name for get MTU functionChris Buechler2009-05-211-2/+1
|
* remove debug loggingChris Buechler2009-05-031-1/+0
|
* Fix PPPoE/PPTPChris Buechler2009-03-051-4/+4
| | | | cvstrac ticket #1892
* Use set auth authnameScott Ullrich2009-02-131-5/+5
|
* Don't enable STP on any virtual interface.Chris Buechler2009-02-111-2/+21
|
* add support for IP-less interfaces (primarily for assigning tun interfaces ↵Chris Buechler2009-02-081-0/+3
| | | | for filtering purposes).
* gah.. minus two more lines that snuck in there.Chris Buechler2009-01-251-2/+0
|
* remove unused lineChris Buechler2009-01-251-1/+0
|
* don't enable STP on VLANsChris Buechler2009-01-251-1/+7
|
* remove unused functionChris Buechler2009-01-041-12/+0
|
* Rewrite bridge creation code to handle all scenarios correctly. Fixes ↵Chris Buechler2009-01-041-150/+135
| | | | numerous bridge bugs where more than two interfaces are bridged, and works correctly for all scenarios.
* fix CARP panics with VLANsChris Buechler2008-12-081-1/+12
|
* Don't use broadcast on CARP IPs.Chris Buechler2008-12-081-4/+4
|
* Don't add CARP IPs on an interface that doesn't exist to prevent panic.Chris Buechler2008-12-071-2/+38
|
* Only run ifconfig if a real ip and netmask exists instead of ifconfig $int /Scott Ullrich2008-11-191-2/+3
|
* Do not configure carp so early in boot processScott Ullrich2008-11-091-3/+0
|
* usleep instead of sleepScott Ullrich2008-11-091-1/+1
|
* Only wait 1 second in between supress checksScott Ullrich2008-11-091-1/+1
|
* Create carp interfaces correctly when vlans existScott Ullrich2008-11-091-1/+1
|
* Do not output done twiceScott Ullrich2008-11-091-2/+1
|
* Add ifconfig carp create into carp.sh shell script.Seth Mos2008-11-071-0/+1
|
* Mute vlan destroy at bootSeth Mos2008-11-071-1/+1
|
* Surpress message when trying to remove alias addressSeth Mos2008-11-061-1/+1
|
* Surpress default route deletionSeth Mos2008-11-061-1/+1
|
* Fix VLAN creation. Previous patch simply removed some code, now the code is ↵Angelo Turetta2008-10-171-56/+38
| | | | derived from what is in RELENG_1, omitting the list of supported drivers that apparently is no more needed.
* Attempt to fix VLAN creation. AFAIKT FreeBSD7 enables use of HW tagging even ↵Angelo Turetta2008-10-171-1/+6
| | | | without link0. Needs validation on a wider test
* run hostap later in script, fixes ral(4) card difference in FreeBSD 7.0. ↵Chris Buechler2008-09-281-1/+1
| | | | | | Works with ath(4) also. Ticket #1813
* set auto channel properlyChris Buechler2008-09-071-4/+4
|
* Update altq capable interfaces for 7.0Scott Ullrich2008-08-231-3/+5
|
* Detect MTU size using intval() trying to resolve issue outlined here:Scott Ullrich2008-08-011-1/+1
| | | | http://forum.pfsense.org/index.php/topic,10666.0.html
* Detect when we find an MTU of 0 and simply use 1500 and log the error.Scott Ullrich2008-07-301-0/+4
|
* Channel 0 is no longer a valid option, use any per Sam LScott Ullrich2008-07-301-0/+3
|
* Enforce an mtu of 1500.Scott Ullrich2008-07-281-0/+1
| | | | Discussed-with: cmb
* Log carp state changes to system logging. Why we haven't done this priorScott Ullrich2008-07-241-0/+1
| | | | is a oversight on my part.
* newer mpd versions require this to reconnect. Thanks to Olivier Mueller on ↵Chris Buechler2008-06-111-0/+1
| | | | support@ for confirming this works.
* Ticket #1702 fixesScott Ullrich2008-05-171-0/+3
|
* Ticket #1677 fixesScott Ullrich2008-05-171-4/+8
|
* Set /tmp/$interface_router even for non DHCP items.Scott Ullrich2008-03-311-0/+12
|
* File an alert we cannot find a matching subnet for a CARP IP address.Scott Ullrich2008-02-161-3/+4
|
* Only check disabled/enabled status on OPTX interfaces. WAN and LAN areScott Ullrich2008-02-041-2/+3
| | | | assumed to always be enabled.
* When a CARP parent interface is down or disabled, ignore the CARP IPScott Ullrich2008-02-041-0/+3
| | | | address as this will introduce a panic situation in FreeBSD.
* Do not load CARP IP address if we cannot find a matching subnet on aScott Ullrich2008-02-031-0/+15
| | | | real interface.
* Revert dhclient timeout to the default of 60 seconds (originally didn't ↵Chris Buechler2008-01-221-2/+2
| | | | realize it was in there two more times).
* Remove accidentally added debug codeChris Buechler2008-01-211-13/+0
|
* Revert dhclient timeout to the default of 60 seconds. Setting it to 20 minutesChris Buechler2008-01-211-2/+15
| | | | | | | is a bit insane (if you haven't gotten a reply in 60 seconds, you aren't getting one), and causes systems to hang 20 minutes during "Configuring WAN" at boot when there is no DHCP server available on the WAN interface.
* Use list of VLAN long frame and native capable interfaces from globals.inc, ↵Chris Buechler2007-12-251-5/+6
| | | | and remove duplicate (and incomplete) list in interfaces.inc. Update list in globals.inc.
* MFC from HEAD Set dhclient timeout to 1200. Set retry value to 1. Set ↵Scott Ullrich2007-12-081-0/+12
| | | | select-timeout to 0. Set initial-interval to 1.
OpenPOWER on IntegriCloud