TunnelFlags
defines more flags which are used to configure the behavior of a tunnel device.See Also | |
https://www.kernel.org/doc/Documentation/networking/tuntap.txt |
Constant | IFF_NO_PI |
This indicates the protocol information header will not be included in data read from the tunnel. |
Constant | IFF_ONE_QUEUE |
Undocumented |
Constant | IFF_TAP |
This indicates a tap-type device. This type of tunnel carries ethernet frames. This flag is mutually exclusive with IFF_TUN. |
Constant | IFF_TUN |
This indicates a tun-type device. This type of tunnel carries IP datagrams. This flag is mutually exclusive with IFF_TAP. |
Constant | IFF_TUN_EXCL |
Undocumented |
Constant | IFF_VNET_HDR |
Undocumented |
Constant | TUN_FASYNC |
Undocumented |
Constant | TUN_NO_PI |
Undocumented |
Constant | TUN_NOCHECKSUM |
Undocumented |
Constant | TUN_ONE_QUEUE |
Undocumented |
Constant | TUN_PERSIST |
Undocumented |
Constant | TUN_VNET_HDR |
Undocumented |
Value |
|
Value |
|
Value |
|