OpenSDN source code
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
interface_common.h
Go to the documentation of this file.
1 /*
2  * Copyright (c) 2013 Juniper Networks, Inc. All rights reserved.
3  */
4 
5 #ifndef vnsw_agent_interface_common_hpp
6 #define vnsw_agent_interface_common_hpp
7 
8 #include <vector>
9 #include <sys/types.h>
10 #include <net/ethernet.h>
11 #include <cmn/agent_cmn.h>
12 #include <cmn/agent.h>
13 #include <agent_types.h>
14 #include <vnc_cfg_types.h>
15 
16 // This is a wrapper header file. Real definitions are here
17 #include <oper/interface.h>
18 #include <oper/vm_interface.h>
20 #include <oper/inet_interface.h>
21 #include <oper/packet_interface.h>
22 #include <oper/logical_interface.h>
24 
25 #endif // vnsw_agent_interface_common_hpp