Sign in
nest-open-source
/
nest-hello
/
507800056
/
linux-3.10
/
4f13a5cc6a863acb8617ac55d1de9bc1b9d046e6
/
.
/
include
/
uapi
/
linux
/
veth.h
blob: 3354c1eb424e6a7813ef1f1f6eb90c899cded6fe [
file
]
#ifndef
__NET_VETH_H_
#define
__NET_VETH_H_
enum
{
VETH_INFO_UNSPEC
,
VETH_INFO_PEER
,
__VETH_INFO_MAX
#define
VETH_INFO_MAX
(
__VETH_INFO_MAX
-
1
)
};
#endif