summaryrefslogtreecommitdiffstats
path: root/etc/inc/interfaces.inc
Commit message (Expand)AuthorAgeFilesLines
* 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
* multiple vlans + spoofmac result in unexpected behaviourScott Ullrich2007-11-011-0/+12
* Don't check carp settings, check if vip addresses exist.Scott Ullrich2007-05-211-1/+1
* Use pfSync SYNCPEER directive if defined. Ticket #1317Scott Ullrich2007-05-141-3/+9
* Prefer two dns servers by default. Add a hidden variable in <pppoe> called ...Scott Ullrich2007-03-271-0/+7
* Do not write out STP to debugging .sh file if either interface is wireless, i...Scott Ullrich2007-02-271-3/+9
* Only perform CARP work on VIPs if they're really CARP VIPsBill Marquette2007-02-271-1/+5
* PPPoE automatic disconnect MFCScott Ullrich2007-01-291-0/+12
* Oops, down the interface first, then delete.Scott Ullrich2007-01-251-1/+1
* * Add get_number_of_vlan_interfaces()Scott Ullrich2007-01-251-0/+19
* Update native and long frame support from vlan(4)Scott Ullrich2007-01-251-2/+2
* Revert back to base dhclientScott Ullrich2006-12-281-1/+1
* Go back to stock FreeBSD dhclient. ISC's is not very multi wan friendly and ...Scott Ullrich2006-12-281-26/+49
* *REALLY* release and renew correctly.Scott Ullrich2006-12-231-12/+9
* * Fix release / renewScott Ullrich2006-12-231-9/+8
OpenPOWER on IntegriCloud