freeipmi-devel
[Top][All Lists]
Advanced

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

[Freeipmi-devel] [bug #43787] bmc-config : configure a vlan with an id >


From: Albert Chu
Subject: [Freeipmi-devel] [bug #43787] bmc-config : configure a vlan with an id > 255
Date: Tue, 09 Dec 2014 19:30:18 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Firefox/31.0

Follow-up Comment #1, bug #43787 (project freeipmi):

Oops, you're absolutely right.  It'll be fixed in the next release

--- ipmi-config-category-core-lan-conf-section.c        (revision 10147)
+++ ipmi-config-category-core-lan-conf-section.c        (working copy)
@@ -42,7 +42,7 @@
 /* convenience struct */
 struct vlan_id
 {
-  uint8_t vlan_id;
+  uint16_t vlan_id;
   uint8_t vlan_id_enable;
 };


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?43787>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]