c7d90ff1ab
- .vimrc added to reflect settings used in the project
12 lines
236 B
C
12 lines
236 B
C
#ifndef _VLAN_STACK_H
|
|
#define _VLAN_STACK_H
|
|
|
|
#include "comboprotocol.h"
|
|
#include "svlan.h"
|
|
#include "vlan.h"
|
|
|
|
typedef ComboProtocol<OstProto::Protocol::kVlanStackFieldNumber,
|
|
SVlanProtocol, VlanProtocol> VlanStackProtocol;
|
|
|
|
#endif
|