summaryrefslogtreecommitdiffstats
path: root/etc/inc/interfaces.inc
Commit message (Collapse)AuthorAgeFilesLines
* ++ bridge countScott Ullrich2005-10-111-1/+3
|
* Move wan gateway to interfaces->wan->gatewayScott Ullrich2005-10-091-1/+1
|
* Correctly define () bracketsScott Ullrich2005-10-091-2/+2
|
* Test for active bridge betterScott Ullrich2005-10-091-12/+7
|
* Down bridge before deleting and destroyingScott Ullrich2005-10-091-0/+1
|
* * Add destroy_bridge()Scott Ullrich2005-10-091-1/+17
| | | | * Add discover_bridge()
* Use get_next_available_bridge_interface() when creating new bridged interfaceScott Ullrich2005-10-091-10/+7
|
* * Add get_number_of_bridged_interfaces()Scott Ullrich2005-10-091-0/+22
| | | | * Add get_next_available_bridge_interface()
* Added hidden option for Roaming.Espen Johansen2005-10-051-0/+3
|
* Assign $wancfg array before resolving real interfaceScott Ullrich2005-10-021-2/+2
|
* Translate friendly name into real interface nameScott Ullrich2005-10-021-0/+2
|
* Split dhcp out of get_current_wan_address into its own logic. Do not use ↵Scott Ullrich2005-10-021-2/+15
| | | | get_real_wan_interface() when using dhcp.
* * Extend get_current_wan_address() to accept a interface.Scott Ullrich2005-10-021-2/+2
| | | | | * Use "wan" if no interface supplied * Pass interface when creating nat port forwards
* Run dhclient without -dScott Ullrich2005-09-301-5/+5
| | | | Ticket #565
* Do not run dhclient in the background with mwexec_bg()Scott Ullrich2005-09-301-3/+3
| | | | Ticket #565
* Complete rewrite of wireless. Everything should be working nowEspen Johansen2005-09-301-148/+163
|
* Let ifconfig changes happen after hostapd is killed.Espen Johansen2005-09-281-3/+8
| | | | No more sighup hostapd as this seems to create problems.
* If debugging is enabled, do not mute the console when bringing up the ↵Scott Ullrich2005-09-281-1/+0
| | | | optional interfacs. we're trying to chase down a panic/freeze.
* When debugging, alert while assigning syncdevScott Ullrich2005-09-271-0/+2
|
* Do not use syncdev and syncif... Use syncdev.Scott Ullrich2005-09-271-1/+3
|
* * Add new /debugging check which enables $debugging. We should use this in ↵Scott Ullrich2005-09-271-7/+22
| | | | | | the future to output as much additional information that we need to in diagnosing problems. in this case we're adding data to carp on boot to deterimine why its locking up / rebooting * Add debugging data to carp init
* Do not process items if it's not an array.Scott Ullrich2005-09-271-0/+2
|
* Work around the fact that our traffic shaper configuration takes time to ↵Scott Ullrich2005-09-261-0/+12
| | | | create by leaving the carp interfaces in a down state until the very end of bootup.
* Only sleep for 1 secondScott Ullrich2005-09-241-1/+1
|
* Remove function stub. No traces of it being called now.Scott Ullrich2005-09-241-4/+0
|
* Adjust carp bootup sequence. Do not down the interfaces and later up them.Scott Ullrich2005-09-241-14/+3
|
* * Sync master password correctlyScott Ullrich2005-09-241-22/+21
| | | | * Do not down carp interfaces on bootup
* Backout. This wasn't meant to be commited just yet.Scott Ullrich2005-09-231-30/+11
|
* Reboot after restoreScott Ullrich2005-09-231-12/+31
|
* Correct carp bringup sequenceScott Ullrich2005-09-221-1/+1
|
* How about a space. Insightful.Scott Ullrich2005-09-211-1/+1
|
* Adding (EXPERIMENTAL) WPA Support.Espen Johansen2005-09-191-12/+16
| | | | Fixing up ifconfig settings not beeing removed when they are disabled after first time enabling.
* Move is_jumbo_capable to pfsense-utilsScott Ullrich2005-09-181-25/+0
|
* Adding (EXPERIMENTAL) WPA Support.Espen Johansen2005-09-181-3/+27
| | | | Still celaning ifconfig bugs. Settings are not done correctly
* Adding (EXPERIMENTAL) WPA Support.Espen Johansen2005-09-181-2/+3
| | | | Fixed a few bugs with setting turbo mode and hidessid and Pure G mode.
* Move is_jump_capable() to pfsense-utilsScott Ullrich2005-09-181-25/+0
|
* Adding (EXPERIMENTAL) WPA Support.Espen Johansen2005-09-181-11/+12
| | | | Adding ifconfig down / up in order to activate channel changes and other ifconfig changes.
* Adding (EXPERIMENTAL) WPA Support.Espen Johansen2005-09-181-31/+62
|
* Do not destroy carp interfaces. FreeBSD no likie.Scott Ullrich2005-09-181-1/+0
|
* hush little pfsync, don't say a word. GeekGod's gonna buy you a mocking bird.Scott Ullrich2005-09-161-1/+5
|
* Add is_altq_capable() - will return true if the interface is altq capableBill Marquette2005-09-151-1/+29
|
* Add is_jumbo_capable() functionBill Marquette2005-09-151-0/+24
| | | | Tests to see if an interface is jumbo frame capable
* Kill mpd and restart on wan changes if mpd is running.Scott Ullrich2005-09-091-0/+6
| | | | Ticket #477
* If hostapd is already running, -HUP itScott Ullrich2005-09-081-1/+5
|
* Use full path to hostapd (/usr/sbin/hostapd)Scott Ullrich2005-09-081-1/+1
|
* Not need to require secondary dns on pppoe connectionsScott Ullrich2005-09-061-2/+0
|
* Handle 11g only correctlyScott Ullrich2005-09-041-4/+8
|
* -f is not even an option. Bad dhclient web page giving out false info.Scott Ullrich2005-09-031-5/+5
|
* * Launch DHCLIENT in foreground mode.Scott Ullrich2005-09-031-5/+5
| | | | | | * use mwexec_bg to launch item in the background Confusing, eh?
* Do not setup supplicant if running hostapScott Ullrich2005-09-021-3/+6
|
OpenPOWER on IntegriCloud