summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/interfaces_vlan.php
diff options
context:
space:
mode:
authorLuiz Otavio O Souza <luiz@netgate.com>2015-11-27 12:02:22 -0600
committerLuiz Otavio O Souza <luiz@netgate.com>2015-11-27 12:02:22 -0600
commitcc3454821b66efa87e72bed67cb2e23d698ed679 (patch)
treeca6c3b49daaff49179e1363a0b8cfc2efe414f7e /src/usr/local/www/interfaces_vlan.php
parent329b8d92573ca6682b74b05f0feaaa8d5470108c (diff)
downloadpfsense-cc3454821b66efa87e72bed67cb2e23d698ed679.zip
pfsense-cc3454821b66efa87e72bed67cb2e23d698ed679.tar.gz
Add support to set the VLAN PCP (priority code point) in GUI. Pull Request #1757. Ticket #4133
Diffstat (limited to 'src/usr/local/www/interfaces_vlan.php')
-rw-r--r--src/usr/local/www/interfaces_vlan.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/usr/local/www/interfaces_vlan.php b/src/usr/local/www/interfaces_vlan.php
index 7d65d89..3bdef1a 100644
--- a/src/usr/local/www/interfaces_vlan.php
+++ b/src/usr/local/www/interfaces_vlan.php
@@ -140,6 +140,7 @@ display_top_tabs($tab_array);
<tr>
<th><?=gettext('Interface');?></th>
<th><?=gettext('VLAN tag');?></th>
+ <th><?=gettext('Priority');?></th>
<th><?=gettext('Description');?></th>
</tr>
</thead>
@@ -150,6 +151,7 @@ display_top_tabs($tab_array);
<tr>
<td><?=htmlspecialchars($vlan['if']);?></td>
<td><?=htmlspecialchars($vlan['tag']);?></td>
+ <td><?=htmlspecialchars($vlan['pcp']);?></td>
<td><?=htmlspecialchars($vlan['descr']);?></td>
<td>
<a class="fa fa-pencil" title="<?=gettext('Edit VLAN')?>" role="button" href="interfaces_vlan_edit.php?id=<?=$i?>"></a>
OpenPOWER on IntegriCloud