Commit Graph

12224 Commits

Author SHA1 Message Date
Scott Ullrich
36bf235ee5 Add and use ppp-script 2009-10-26 00:25:44 -04:00
Scott Ullrich
bb26581c50 Move " 2009-10-25 23:53:23 -04:00
Scott Ullrich
f532da19e3 Remove extra " 2009-10-25 23:48:45 -04:00
Scott Ullrich
08f03cdfbf Add newline 2009-10-25 23:41:19 -04:00
Scott Ullrich
55563f1b86 Give more room to the interfaces td (40%) 2009-10-25 23:29:30 -04:00
Scott Ullrich
87519eb79c Fix typo (missing ]) 2009-10-25 23:22:41 -04:00
Scott Ullrich
7a6f7c5582 Show when configuring interfaces on bootup for newly added interfaces (qinq, ppp, etc) 2009-10-25 23:17:10 -04:00
Scott Ullrich
5ad9b2a7d7 Call rc.linkup after up event 2009-10-25 22:49:00 -04:00
Scott Ullrich
b8103b0691 Return up instead of running 2009-10-25 22:26:00 -04:00
Scott Ullrich
2a1226ad9b Simplify logic 2009-10-25 22:03:18 -04:00
Scott Ullrich
30cee7b255 Add dns server discovered with ppp 2009-10-25 21:47:22 -04:00
Scott Ullrich
8995a99c4b Remove booting newline: 2009-10-25 21:07:53 -04:00
Scott Ullrich
410cdac44d Set booting to true.. not TRUE 2009-10-25 20:55:17 -04:00
Scott Ullrich
568b135890 When a real interface is passed to get_real_interface() simply pass it back 2009-10-25 20:37:18 -04:00
Scott Ullrich
77ccab82c0 On second look, turn on PPP interfaces at the get_interfaces_with_gateway level 2009-10-25 20:06:29 -04:00
Scott Ullrich
23557bc3f6 Add nat on rules for PPP 2009-10-25 19:57:49 -04:00
Scott Ullrich
ec054b7cc4 s/interface_bring_up/interfaces_bring_up/ 2009-10-25 19:24:10 -04:00
Scott Ullrich
891546ea85 Full wlan name is returned now. Use it 2009-10-25 19:15:04 -04:00
Scott Ullrich
b99256c132 Add misc comments 2009-10-25 19:02:20 -04:00
Scott Ullrich
a293433141 Use get_real_interface() and does_interface_exist() 2009-10-25 19:02:06 -04:00
Scott Ullrich
cddb1be2e9 Do not specify a wlan # and let freebsd decide and return the interface that was created before renaming. 2009-10-25 18:31:24 -04:00
Scott Ullrich
19e83210b0 Refactor wireless code a hair making it work on 8.x 2009-10-25 17:31:15 -04:00
Scott Ullrich
88157f66b9 Take into account hostap type interfaces 2009-10-25 17:04:33 -04:00
Scott Ullrich
1039405943 Unbreak wireless on 8.x 2009-10-25 16:37:57 -04:00
Scott Ullrich
46c3f09ac5 Add links to prefill ATT and Spring settings 2009-10-25 15:38:29 -04:00
Scott Ullrich
064b183b19 Silence foreach() error when no PPP interfaces exist 2009-10-23 14:24:35 -04:00
Scott Ullrich
58ebf6bbbc Setting the VIP to the VHID ID has to be the
single most brain-headed decision in the history
of man-kind.  Do this correctly by finding the first
available vip interface.
2009-10-23 14:16:37 -04:00
Scott Ullrich
00380613e8 Unbreak find_interface_ip for normal interfaces 2009-10-23 13:44:11 -04:00
Scott Ullrich
a71b32d249 Unbreak CARP Enable/Disable button 2009-10-23 13:38:15 -04:00
Scott Ullrich
27625b391f Unbreak status -> interfaces. TODO: Unbreak Disable Carp button 2009-10-23 13:29:59 -04:00
Scott Ullrich
6a423903d2 Unbreak find_interface_ip(). test case: echo find_interface_ip(lan); 2009-10-23 13:17:19 -04:00
Seth Mos
214630ed7b Correctly fix the function so that the table expands again.
Whoever rewrote this must have been sleep deprived or really lost.
2009-10-23 00:34:06 +02:00
Seth Mos
da82a94a7d Unbreak filter_get_direct_networks()
Check if the array is empty
2009-10-23 00:24:25 +02:00
Seth Mos
340de029b3 Remove double dollar sign 2009-10-23 00:11:00 +02:00
Seth Mos
21729218d6 Restore the filter_get_vpns_list() functionality
Increase readability
2009-10-23 00:07:41 +02:00
sullrich
efdf0b9cac Correctly note that the pfSenseupgrade is starting 2009-10-22 13:35:35 -04:00
Scott Ullrich
020d757a6d Reload filter in case we need to sync CARP data 2009-10-21 19:53:21 -04:00
Scott Ullrich
e0d47cb98a Size is already formatted in bytes 2009-10-19 23:34:57 -04:00
Scott Ullrich
42f98354df Instead of showing just <AES for Hardware crypto show the entire supported family. EX: o AES-CBC,SHA1,SHA256 2009-10-19 23:29:26 -04:00
Scott Ullrich
3e743abea0 Only launch ppp once for each connection at a time 2009-10-19 23:21:17 -04:00
Scott Ullrich
c8914ce694 Use sh -c 2009-10-19 23:18:06 -04:00
Scott Ullrich
bb992eb3c6 Writw out ppp.linkup file 2009-10-19 23:17:22 -04:00
Scott Ullrich
a469927d16 Handle PPP interfaces 2009-10-19 23:00:53 -04:00
Scott Ullrich
92b88c1a0d Correctly handle PPP interfaces with get_interface_info() 2009-10-19 22:54:15 -04:00
Scott Ullrich
859451697b Add support for PPP cards to get_real_interface() 2009-10-19 22:45:56 -04:00
Scott Ullrich
b4d3639286 Reload filter after applying (what if user changed the interface name, etc) 2009-10-19 22:19:57 -04:00
Scott Ullrich
4aca19b306 Use useland pppd for ppp connections 2009-10-19 22:16:36 -04:00
Scott Ullrich
58ed68e5af Fix typo 2009-10-19 22:16:35 -04:00
Scott Ullrich
04b4f4e3b5 Adding uuid generator. More information:
http://www.shapeshifter.se/2008/09/29/uuid-generator-for-php/
2009-10-19 22:16:35 -04:00
jim-p
9f9e4be1bb Fix a couple menu options which has their parameters reversed 2009-10-18 14:35:03 -04:00