Commit Graph

40 Commits

Author SHA1 Message Date
Phil Davis
6317d31dfc Fix lineup of copyright lines
and module names and other bits of formatting and typos in header
comment sections.
2015-01-01 10:13:14 -02:00
Renato Botelho
d961e7e33e Welcome 2015 2014-12-31 16:22:27 -02:00
Jim Thompson
29aef6c45b Change copyright statement to reflect reality 2014-11-10 23:36:14 -06:00
Phil Davis
b3f0b2e1a8 Fix getext to gettext typo 2014-10-31 08:06:17 +05:45
Chris Buechler
a5303b6e0e Don't refuse to delete a bridge in the GUI just because its bridge interface doesn't exist, just log that it doesn't exist and don't attempt to ifconfig destroy it, delete it from config 2014-04-26 17:21:11 -05:00
ayvis
1d7ba68396 replaced <br>, <br/> with <br /> in ANSI encoded files. Converted these files to UTF-8 2014-03-18 16:09:05 -03:00
Colin Fleming
7c9aa7dd46 Tidy up "interfaces_bridge.php" XHTML
Close BR and IMG tags
Deprecate ampersand in ANCHOR tag
2013-04-16 14:00:51 +01:00
Ermal
0e22dda58d Put some more sanity checking for various interface configurations 2013-01-24 09:57:22 +00:00
Renato Botelho
30b3f0681c Validate bridge interface before delete it 2013-01-22 15:53:46 -02:00
Colin Fleming
a3381369d9 Update PHP shorthand tag
Standardise all PHP start tags from "<?" to "<?PHP"
2013-01-14 13:27:36 +00:00
jim-p
b32dd0a6b7 Activate new shortcuts/status in the rest of the areas that are currently setup. 2012-08-10 13:32:16 -04:00
Carlos Eduardo Ramos
aee5ddac8d gettext() fixes on interfaces_bridge.php 2010-08-12 13:00:51 -03:00
Vinicius Coque
ced6a9b5d2 Fix gettext on interfaces_bridge.php 2010-08-12 10:07:17 -03:00
Vinicius Coque
71d689e695 Fix gettext implementation on interfaces_bridge.php 2010-07-10 13:50:42 -03:00
Carlos Eduardo Ramos
9cdd5a8416 Checked gettext() implementation on interfaces_bridge.php 2010-07-09 22:19:18 -03:00
gnhb
0661b194d9 Fix many things related to PPP connections.
Fixed tab array numbering in interfaces_* files. Enabled multilink over PPtP connections.
Fixed handling of bandwidth, mtu, mru settings. Removed unnecessary curly brackets from
single line if conditionals, and more . . .
2010-05-26 21:07:00 +07:00
gnhb
42809b4a03 Use "PPPs" as the new Tab name in Interfaces -> Assign. Rename files and update affected files.
Also, add upgrade_config function 062_to_063.
2010-05-04 15:35:29 +07:00
gnhb
d02951e924 Fix other interfaces_* pages and keep working with mlppp. 2010-03-30 18:28:19 +07:00
gnhb
57b053e94e Add new menu name to other interfaces_* pages. 2010-03-30 14:43:53 +07:00
Erik Fonnesbeck
f4a4d91ef2 Merge branch 'master' of http://gitweb.pfsense.org/pfsense/efonne-wireless_clones
Approved-By: sullrich/cmb
2010-03-02 12:41:54 -07:00
Chris Buechler
d427154a51 fix text 2010-03-01 19:13:50 -05:00
Erik Fonnesbeck
1e52f18cc9 Merge commit 'mainline/master' 2010-03-01 15:46:54 -07:00
Ermal Luçi
fd22be34f6 Ticket #367. On double click go to the repective edit page. 2010-02-26 18:49:26 +00:00
Erik Fonnesbeck
c059940bd9 Ticket #366. Fix scope problem in *_inuse functions on some of the interfaces_*.php pages. 2010-02-26 01:01:26 -07:00
Erik Fonnesbeck
9c17db74d4 Revert "Fix the check for whether the bridge is assigned."
This reverts commit 3a669df20b.
2010-02-26 01:00:37 -07:00
Erik Fonnesbeck
3a669df20b Fix the check for whether the bridge is assigned. 2010-02-21 00:10:20 -05:00
Erik Fonnesbeck
79637b03ff Add wireless tab to Interfaces: (assign) now that the configuration page is functional. 2010-02-15 02:01:40 -07:00
Chris Buechler
ca59a45f1f show proper commas 2009-12-21 18:33:46 -05:00
Chris Buechler
a29dc11b12 fixup text 2009-12-18 22:04:35 -05:00
Scott Ullrich
7ac5a4cb18 Add pfSense_BUILDER_BINARIES: and pfSense_MODULE:. Adjust Copyright to include 2009 on files that I have asserted (C) on 2009-09-14 19:14:40 -04:00
Ermal Luçi
ea9828af72 Add missing priviledge checks to the bridge pages. 2009-07-15 13:22:12 +00:00
Ermal Luçi
5f1e1d2617 Bring in support for QinQ. At this time it is limited to only 2 levels. 2009-03-28 09:08:31 +00:00
Ermal Luçi
0ec2fdf0ad * Introduce interface groups. For now they are availble only on Firewall:Rules section maybe it would be usable to have tham on nat too.
* Some fixes and cleanup.
2009-03-16 23:48:59 +00:00
Ermal Luçi
4bd1d5eb3b Cosmetic changes to show the descritive names on member interfaces on bridges page and clarify a note. 2008-11-07 19:04:55 +00:00
Ermal Luçi
e395ef5d64 Fixup my name. 2008-11-06 23:47:42 +00:00
Scott Ullrich
d4da624988 Do not hard code white 2008-10-12 21:24:10 +00:00
Ermal Luçi
2eedb54841 Remove debugging craft. 2008-08-11 16:31:58 +00:00
Ermal Luçi
3134528d84 Rename the bridge knob to bridged so that the upgrade code works correctly and we play by the rules of the parser. 2008-08-05 22:21:14 +00:00
Ermal Luçi
417cba65d8 Link lagg to GUI 2008-07-25 21:21:08 +00:00
Ermal Luçi
648ec0c2fc Implement Bridge interfaces with full options available.
Much improvement over how we do brigding currently.

Remaining is lagg(4) from the list on clone interfaces as far as i am concerned.
2008-07-25 15:55:24 +00:00