summaryrefslogtreecommitdiffstats
path: root/etc/inc/interfaces.inc
Commit message (Expand)AuthorAgeFilesLines
* Disable checksum offloading on wired interfaces when a wireless interface is ...Chris Buechler2009-09-251-1/+13
* 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
* 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 fo...Chris Buechler2009-02-081-0/+3
* 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 numerou...Chris Buechler2009-01-041-150/+135
* 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 d...Angelo Turetta2008-10-171-56/+38
* Attempt to fix VLAN creation. AFAIKT FreeBSD7 enables use of HW tagging even ...Angelo Turetta2008-10-171-1/+6
* run hostap later in script, fixes ral(4) card difference in FreeBSD 7.0. Work...Chris Buechler2008-09-281-1/+1
* 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
* 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
* Log carp state changes to system logging. Why we haven't done this priorScott Ullrich2008-07-241-0/+1
* newer mpd versions require this to reconnect. Thanks to Olivier Mueller on su...Chris Buechler2008-06-111-0/+1
* 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
* When a CARP parent interface is down or disabled, ignore the CARP IPScott Ullrich2008-02-041-0/+3
* Do not load CARP IP address if we cannot find a matching subnet on aScott Ullrich2008-02-031-0/+15
* Revert dhclient timeout to the default of 60 seconds (originally didn't reali...Chris Buechler2008-01-221-2/+2
* 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
* Use list of VLAN long frame and native capable interfaces from globals.inc, a...Chris Buechler2007-12-251-5/+6
* MFC from HEAD Set dhclient timeout to 1200. Set retry value to 1. Set select...Scott Ullrich2007-12-081-0/+12
OpenPOWER on IntegriCloud