Tagging module libnl - libnl-1.1-2
[libnl.git] / libnl-1.0-missing-declaration.patch
1 --- libnl-1.0/lib/route/link/vlan.c.orig        2008-01-16 22:59:21.000000000 -0800
2 +++ libnl-1.0/lib/route/link/vlan.c     2008-01-16 22:59:36.000000000 -0800
3 @@ -27,6 +27,9 @@
4  #include <netlink/route/link/vlan.h>
5  
6  #include <linux/if_vlan.h>
7 +#ifndef VLAN_FLAG_REORDER_HDR
8 +#define VLAN_FLAG_REORDER_HDR 0x01
9 +#endif
10  
11  /** @cond SKIP */
12  #define VLAN_HAS_ID            (1<<0)