summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Handle uping interfaces a bit more sanelyScott Ullrich2009-10-261-6/+4
|
* Revert interfaces_bring_up changesScott Ullrich2009-10-261-3/+3
|
* Check to see if interface existsScott Ullrich2009-10-261-4/+6
|
* Add space between interface and real interface bracketsScott Ullrich2009-10-261-1/+1
|
* Add ppp endpoints IP as gatewayScott Ullrich2009-10-261-1/+1
|
* Add and use ppp-scriptScott Ullrich2009-10-262-5/+10
|
* Move "Scott Ullrich2009-10-251-1/+1
|
* Remove extra "Scott Ullrich2009-10-251-1/+1
|
* Add newlineScott Ullrich2009-10-251-2/+5
|
* Give more room to the interfaces td (40%)Scott Ullrich2009-10-251-2/+2
|
* Fix typo (missing ])Scott Ullrich2009-10-251-2/+2
|
* Show when configuring interfaces on bootup for newly added interfaces (qinq, ↵Scott Ullrich2009-10-251-24/+44
| | | | ppp, etc)
* Call rc.linkup after up eventScott Ullrich2009-10-251-1/+1
|
* Return up instead of runningScott Ullrich2009-10-251-1/+3
|
* Simplify logicScott Ullrich2009-10-251-7/+11
|
* Add dns server discovered with pppScott Ullrich2009-10-251-15/+25
|
* Remove booting newline:Scott Ullrich2009-10-251-3/+0
|
* Set booting to true.. not TRUEScott Ullrich2009-10-252-6/+5
|
* When a real interface is passed to get_real_interface() simply pass it backScott Ullrich2009-10-251-1/+16
|
* On second look, turn on PPP interfaces at the get_interfaces_with_gateway levelScott Ullrich2009-10-252-19/+23
|
* Add nat on rules for PPPScott Ullrich2009-10-251-10/+8
|
* s/interface_bring_up/interfaces_bring_up/Scott Ullrich2009-10-251-7/+7
|
* Full wlan name is returned now. Use itScott Ullrich2009-10-251-2/+2
|
* Add misc commentsScott Ullrich2009-10-251-39/+46
|
* Use get_real_interface() and does_interface_exist()Scott Ullrich2009-10-251-17/+19
|
* Do not specify a wlan # and let freebsd decide and return the interface that ↵Scott Ullrich2009-10-251-2/+2
| | | | was created before renaming.
* Refactor wireless code a hair making it work on 8.xScott Ullrich2009-10-251-14/+13
|
* Take into account hostap type interfacesScott Ullrich2009-10-252-9/+27
|
* Unbreak wireless on 8.xScott Ullrich2009-10-252-3/+20
|
* Add links to prefill ATT and Spring settingsScott Ullrich2009-10-251-1/+21
|
* Silence foreach() error when no PPP interfaces existScott Ullrich2009-10-231-3/+5
|
* Setting the VIP to the VHID ID has to be theScott Ullrich2009-10-231-11/+26
| | | | | | single most brain-headed decision in the history of man-kind. Do this correctly by finding the first available vip interface.
* Unbreak find_interface_ip for normal interfacesScott Ullrich2009-10-231-1/+3
|
* Unbreak CARP Enable/Disable buttonScott Ullrich2009-10-232-4/+17
|
* Unbreak status -> interfaces. TODO: Unbreak Disable Carp buttonScott Ullrich2009-10-232-15/+12
|
* Unbreak find_interface_ip(). test case: echo find_interface_ip(lan);Scott Ullrich2009-10-231-0/+2
|
* Correctly fix the function so that the table expands again.Seth Mos2009-10-231-1/+2
| | | | Whoever rewrote this must have been sleep deprived or really lost.
* Unbreak filter_get_direct_networks()Seth Mos2009-10-231-1/+2
| | | | Check if the array is empty
* Remove double dollar signSeth Mos2009-10-231-1/+1
|
* Restore the filter_get_vpns_list() functionalitySeth Mos2009-10-231-12/+24
| | | | Increase readability
* Correctly note that the pfSenseupgrade is startingsullrich2009-10-221-1/+1
|
* Reload filter in case we need to sync CARP dataScott Ullrich2009-10-211-0/+3
|
* Size is already formatted in bytesScott Ullrich2009-10-191-1/+1
|
* Instead of showing just <AES for Hardware crypto show the entire supported ↵Scott Ullrich2009-10-191-1/+1
| | | | family. EX: o AES-CBC,SHA1,SHA256
* Only launch ppp once for each connection at a timeScott Ullrich2009-10-191-1/+3
|
* Use sh -cScott Ullrich2009-10-191-1/+1
|
* Writw out ppp.linkup fileScott Ullrich2009-10-191-0/+6
|
* Handle PPP interfacesScott Ullrich2009-10-192-1/+9
|
* Correctly handle PPP interfaces with get_interface_info()Scott Ullrich2009-10-191-0/+2
|
* Add support for PPP cards to get_real_interface()Scott Ullrich2009-10-191-3/+14
|
OpenPOWER on IntegriCloud