[network-manager-applet] c-e: fix vlan page to disallow reserved vlan-id 4095



commit 5bc95bdcbd2c21498946062d963b86ffb5a89779
Author: Thomas Haller <thaller redhat com>
Date:   Fri Jan 22 11:45:40 2016 +0100

    c-e: fix vlan page to disallow reserved vlan-id 4095
    
    Valid vlan ids range from 0 to 4094. 4095 is reserved.

 src/connection-editor/ce-page-vlan.ui |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/connection-editor/ce-page-vlan.ui b/src/connection-editor/ce-page-vlan.ui
index 2c600e4..276ac8d 100644
--- a/src/connection-editor/ce-page-vlan.ui
+++ b/src/connection-editor/ce-page-vlan.ui
@@ -7,7 +7,7 @@
     <property name="page_increment">10</property>
   </object>
   <object class="GtkAdjustment" id="vlan_id_adjustment">
-    <property name="upper">4095</property>
+    <property name="upper">4094</property>
     <property name="step_increment">1</property>
     <property name="page_increment">10</property>
   </object>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]