Note about vlan problem on 10.04

This commit is contained in:
Brian Candler
2011-05-08 11:22:30 +01:00
parent 0df9fc6b32
commit 57b011b4cf
2 changed files with 6 additions and 2 deletions

View File

@@ -43,7 +43,7 @@ module Linux
NLM_F_CREATE = 0x400
NLM_F_APPEND = 0x800
NLMSG_ALIGNTO = 4
NLMSG_ALIGNTO = 4 # same on i686 and x86_64
NLMSG_NOOP = 0x1
NLMSG_ERROR = 0x2
@@ -63,7 +63,7 @@ module Linux
NLA_F_NET_BYTEORDER = (1 << 14)
NLA_TYPE_MASK = ~(NLA_F_NESTED | NLA_F_NET_BYTEORDER)
NLA_ALIGNTO = 4
NLA_ALIGNTO = 4 # same on i686 and x86_64
# from linux/rtnetlink.h.
RTM_NEWLINK = 16