Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
O
OpnSense
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kulya
OpnSense
Commits
0c096315
Commit
0c096315
authored
Feb 12, 2017
by
Franco Fichtner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
firewall: ints are confusing
parent
69f89b04
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
9 deletions
+9
-9
interfaces.inc
src/etc/inc/interfaces.inc
+8
-8
firewall_rules_edit.php
src/www/firewall_rules_edit.php
+1
-1
No files found.
src/etc/inc/interfaces.inc
View file @
0c096315
...
...
@@ -138,14 +138,14 @@ function interfaces_loopback_configure($verbose = false)
function
interfaces_vlan_priorities
()
{
return
array
(
1
=>
gettext
(
'Background (1, lowest)'
),
0
=>
gettext
(
'Best Effort (0, default)'
),
2
=>
gettext
(
'Excellent Effort (2)'
),
3
=>
gettext
(
'Critical Applications (3)'
),
4
=>
gettext
(
'Video (4)'
),
5
=>
gettext
(
'Voice (5)'
),
6
=>
gettext
(
'Internetwork Control (6)'
),
7
=>
gettext
(
'Network Control (7, highest)'
),
'1'
=>
gettext
(
'Background (1, lowest)'
),
'0'
=>
gettext
(
'Best Effort (0, default)'
),
'2'
=>
gettext
(
'Excellent Effort (2)'
),
'3'
=>
gettext
(
'Critical Applications (3)'
),
'4'
=>
gettext
(
'Video (4)'
),
'5'
=>
gettext
(
'Voice (5)'
),
'6'
=>
gettext
(
'Internetwork Control (6)'
),
'7'
=>
gettext
(
'Network Control (7, highest)'
),
);
}
...
...
src/www/firewall_rules_edit.php
View file @
0c096315
...
...
@@ -1278,7 +1278,7 @@ include("head.inc");
<table
class=
"table table-condensed"
>
<tr>
<th>
<?=
gettext
(
'Main'
)
?>
</th>
<th>
<?=
gettext
(
'Low Delay/ACK'
)
?>
</th>
<th>
<?=
gettext
(
'Low Delay/
TCP
ACK'
)
?>
</th>
</tr>
<tr>
<td>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment