class documentation
class TunnelFlags(Flags): (source)
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 |
This indicates the protocol information header will not be included in data read from the tunnel. |
| Constant | IFF |
Undocumented |
| Constant | IFF |
This indicates a tap-type device. This type of tunnel carries ethernet frames. This flag is mutually exclusive with IFF_TUN. |
| Constant | IFF |
This indicates a tun-type device. This type of tunnel carries IP datagrams. This flag is mutually exclusive with IFF_TAP. |
| Constant | IFF |
Undocumented |
| Constant | IFF |
Undocumented |
| Constant | TUN |
Undocumented |
| Constant | TUN |
Undocumented |
| Constant | TUN |
Undocumented |
| Constant | TUN |
Undocumented |
| Constant | TUN |
Undocumented |
| Constant | TUN |
Undocumented |
This indicates the protocol information header will not be included in data read from the tunnel.
| Value |
|
This indicates a tap-type device. This type of tunnel carries ethernet frames. This flag is mutually exclusive with IFF_TUN.
| Value |
|