Commit Graph

371 Commits

Author SHA1 Message Date
Vinicius Coque
076b14b209 converting from prototype to jQuery on interfaces.php 2011-10-02 20:38:19 -03:00
jim-p
433e98427c Clarify text/settings for media selection. Fixes #1910 2011-09-28 14:41:15 -04:00
smos
9b55203f87 Show the hexadecimal value of the integer for readability 2011-09-07 13:06:57 +02:00
Seth Mos
181816f190 Reflect the dynamic(6) gateway naming change in interfaces.php too 2011-08-29 09:14:34 +02:00
smos
385ed7d0a7 Make sure to set the $pconfig prefix delegation setting from the config. 2011-08-21 10:50:09 +02:00
jim-p
6f75aab23a Fix mismatched curly brace 2011-08-20 09:28:53 -04:00
smos
6d063da352 Calculate the possible subnet ids from the delegated prefix length for the dropdown 2011-08-18 13:47:58 +02:00
smos
12de53a8fa Remove the gateway check here and always show the prefix delegation ID. Alternative we should consider a dhcp-pd type for the interface v6 address. Using a FE80::1 as the interface address for now. 2011-08-18 09:19:56 +02:00
smos
1e37f324ad Unbreak interfaces.php 2011-08-15 20:22:37 +02:00
Seth Mos
20b49b1711 Fix a typo that caused stripping of the v4 config 2011-08-15 15:54:14 +02:00
Seth Mos
e029943a10 Split the IPv4 and IPv6 configuration out into 2 seperate drop downs. 2011-08-15 14:15:25 +02:00
jim-p
233e2af1f4 If no pppoe service name is configured, send a null service name. Seems to help clients especially when reconnecting. 2011-08-02 15:59:11 -04:00
Vinicius Coque
b1e4005f9f removes variables concatenation on gettext strings 2011-07-18 15:33:28 -03:00
Vinicius Coque
d1d0a1ad1b makes correct use of printf and gettext
removes variables names and replace it with '%s'
2011-07-18 14:33:20 -03:00
jim-p
156bf9b119 Merge remote branch 'upstream/master' 2011-06-08 14:13:22 -04:00
Chris Buechler
cf3711855b s/WAN// 2011-06-04 23:18:34 -04:00
Chris Buechler
14c354eec1 fix typo, add warning 2011-06-04 22:58:13 -04:00
jim-p
534375b6f0 Merge remote branch 'upstream/master'
Conflicts:
	etc/inc/openvpn.inc
2011-06-03 15:34:54 -04:00
jim-p
0640a65b13 Add "Default" choice that will unset the media/mediaopt, otherwise whatever is first in the list is saved in the config. 2011-06-02 09:07:26 -04:00
jim-p
58005e5213 Merge remote branch 'upstream/master'
Conflicts:
	conf.default/config.xml
	etc/inc/filter.inc
	etc/inc/globals.inc
	etc/inc/pfsense-utils.inc
	etc/inc/upgrade_config.inc
	usr/local/www/interfaces.php
2011-06-01 09:00:09 -04:00
Ermal Luçi
ce91583bde Merge pull request #1 from EvgenyY/6e2a15e677fa0558ba0c9b1700be38f4065a76f6
Speed/duplex select for interfaces
2011-05-28 09:19:33 -07:00
Evgeny Yurchenko
6e2a15e677 Hiding mediaopt under Advanced button 2011-05-27 15:21:25 +00:00
lgcosta
7a18dfa4ed Fixes #1444. Implements the same fix that issue ermal made in #1522 to the console menu 2011-05-23 11:56:32 -03:00
Evgeny Yurchenko
509ca889c9 Adding gui to choose media options for interfaces. 2011-05-21 15:35:35 +00:00
jim-p
27d0722d13 Merge remote branch 'upstream/master' 2011-05-19 08:50:48 -04:00
Ermal
bb4fcffd7d Fixes #1522. Call interface reconfigure so we bring down the interface and than re-configure it. 2011-05-18 21:54:12 +00:00
Seth Mos
69be9601ac Merge remote branch 'upstream/master'
Conflicts:
	etc/inc/vslb.inc
	etc/version
2011-05-13 13:43:37 +02:00
Seth Mos
ed3956405e Add DHCP-PD support if the WAN interface is set to DHCP.
Select a DHCP-PD prefix length in correspondence with your ISP. If set to "none" it will not be requested and normal DHCPv6 is performed.
You can set a link local IPv6 address on the LAN interface and select a DHCP-PD Prefix number from the drop down.
When the dhcp-pd request is succesful, a global IPv6 address from the prefix pool with the corresponding prefix number will be configured on that interface. We then start a rtadvd daemon for this interface.
2011-05-06 12:09:57 +00:00
Charlie
0d8562ed34 Fix the parse error, missing bracket. 2011-05-05 19:46:18 +00:00
Seth Mos
7149c4e737 Add backend support for the dhcp v6 client 2011-05-05 19:29:50 +00:00
Ermal
8b1e7d04da Correct wrong key for checking if a interface type switched. Ticket #1420 2011-05-04 21:54:10 +00:00
Seth Mos
a9543eae56 Remove the dhcp6 type, add the DUID field to the dhcp config. 2011-05-04 14:26:56 +02:00
jim-p
b9bbae047a Move the link to add a gateway up next to the drop-down box so it is more obvious. 2011-04-15 08:53:23 -04:00
Seth Mos
6d3fd9387d Change the wording and the link placement for adding a new gateway 2011-04-15 14:37:18 +02:00
Seth Mos
cfd404540e Make it possible to add a IPv6 gateway using the ajax add button 2011-04-15 10:41:06 +02:00
Seth Mos
96d0233c82 Forgot to add the dollar sign to make it a variable 2011-03-24 16:23:33 +01:00
Seth Mos
ee5c01b565 Remove the old v6 address using the -alias method 2011-03-24 15:51:31 +01:00
Seth Mos
126f531437 Merge remote branch 'upstream/master'
Conflicts:
	etc/inc/rrd.inc
	usr/local/www/interfaces.php
2011-03-24 08:42:00 +01:00
gnhb
e4d40f41aa Update GUI to enable L2TP client configuration. 2011-03-22 07:44:11 +07:00
Seth Mos
c271c485ea enlarge various address fields for IPv6 addresses 2011-03-17 12:45:09 +01:00
Scott Ullrich
56f024e8f9 Add <br/> between ipv6 and ipv4 blocks 2011-02-06 16:32:06 -05:00
Seth Mos
b32ccfce66 Merge remote branch 'upstream/master' 2011-02-06 21:03:23 +01:00
Ermal
1f676b6745 Ticket #259. Actually kill dhlient when the interface type changes before going through apply changes otherwise the information would be lost and dhclient will remain running. 2011-02-03 19:12:43 +00:00
Seth Mos
1f74cd2d10 Merge remote branch 'upstream/master'
Conflicts:
	etc/inc/interfaces.inc
	etc/inc/system.inc
2011-01-18 09:10:36 +01:00
Pierre POMES
10e4d55e9d Fix HTML errors reported by Eclipse using PHP perspective 2011-01-09 13:29:11 -05:00
Erik Fonnesbeck
1930ccb627 Modify comparisons for antenna settings to be more restrictive. Might help with ticket #1121 2010-12-22 07:05:48 -07:00
Seth Mos
81afb50916 Merge remote branch 'upstream/master'
Conflicts:
	etc/inc/interfaces.inc
	etc/inc/vslb.inc
	usr/local/www/interfaces.php
2010-12-20 21:06:33 +01:00
Ermal
ef130e9f1d Ticket #829. Allow the user to change from ppp* type to static or dhcp type interface from interfaces.php. 2010-12-06 20:16:45 +00:00
Scott Ullrich
a6d9251e13 Revert "Interface names should appear as uppercase"
This reverts commit e8ad860fb4.
2010-11-29 15:34:20 -05:00
Seth Mos
172007f50c Merge remote branch 'upstream/master'
Conflicts:
	etc/inc/filter.inc
	etc/inc/system.inc
	usr/local/www/interfaces.php
	usr/local/www/interfaces_gif_edit.php
2010-11-15 12:46:58 +01:00