Blame docs/api/html/settings-tun.html

Packit 5756e2
Packit 5756e2
<html>
Packit 5756e2
<head>
Packit 5756e2
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
Packit 5756e2
<title>tun: NetworkManager Reference Manual</title>
Packit 5756e2
<meta name="generator" content="DocBook XSL Stylesheets Vsnapshot">
Packit 5756e2
<link rel="home" href="index.html" title="NetworkManager Reference Manual">
Packit 5756e2
<link rel="up" href="ch01.html" title="Configuration Settings">
Packit 5756e2
<link rel="prev" href="settings-team-port.html" title="team-port">
Packit 5756e2
<link rel="next" href="settings-user.html" title="user">
Packit Service 018b0a
<meta name="generator" content="GTK-Doc V1.33.0 (XML mode)">
Packit 5756e2
<link rel="stylesheet" href="style.css" type="text/css">
Packit 5756e2
</head>
Packit 5756e2
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
Packit 5756e2
Packit 5756e2
Packit 5756e2
Top  | 
Packit 5756e2
                  
Packit 5756e2
            Properties
Packit 5756e2
        
Packit 5756e2
Packit 5756e2
Home
Packit 5756e2
Up
Packit 5756e2
Prev
Packit 5756e2
Next
Packit 5756e2
Packit 5756e2
Packit 5756e2
Packit 5756e2
Packit 5756e2
Packit 5756e2

tun

Packit 5756e2

tun — Tunnel Settings

Packit 5756e2
Packit 5756e2
Packit 5756e2
Packit 5756e2
Packit 5756e2

Packit 5756e2
            Properties
Packit 5756e2
        
Packit 5756e2
Packit Service a1bd4f

Table 80. 

Packit 5756e2
Packit 5756e2
Packit 5756e2
Packit 5756e2
Packit 5756e2
Packit 5756e2
Packit 5756e2
Packit 5756e2
Packit 5756e2
Key Name
Packit 5756e2
Value Type
Packit 5756e2
Default Value
Packit 5756e2
Value Description
Packit 5756e2
Packit 5756e2
Packit 5756e2
Packit 5756e2
group
Packit 5756e2
string
Packit 5756e2
Packit 5756e2
The group ID which will own the device. If set to NULL everyone will be able to use the device.
Packit 5756e2
Packit 5756e2
Packit 5756e2
mode
Packit 5756e2
uint32
Packit 5756e2
1
Packit 5756e2
The operating mode of the virtual device. Allowed values are NM_SETTING_TUN_MODE_TUN (1) to create a layer 3 device and NM_SETTING_TUN_MODE_TAP (2) to create an Ethernet-like layer 2 one.
Packit 5756e2
Packit 5756e2
Packit 5756e2
multi-queue
Packit 5756e2
boolean
Packit 5756e2
FALSE
Packit 5756e2
If the property is set to TRUE, the interface will support multiple file descriptors (queues) to parallelize packet sending or receiving. Otherwise, the interface will only support a single queue.
Packit 5756e2
Packit 5756e2
Packit 5756e2
owner
Packit 5756e2
string
Packit 5756e2
Packit 5756e2
The user ID which will own the device. If set to NULL everyone will be able to use the device.
Packit 5756e2
Packit 5756e2
Packit 5756e2
pi
Packit 5756e2
boolean
Packit 5756e2
FALSE
Packit 5756e2
If TRUE the interface will prepend a 4 byte header describing the physical interface to the packets.
Packit 5756e2
Packit 5756e2
Packit 5756e2
vnet-hdr
Packit 5756e2
boolean
Packit 5756e2
FALSE
Packit 5756e2
If TRUE the IFF_VNET_HDR the tunnel packets will include a virtio network header.
Packit 5756e2
Packit 5756e2
Packit 5756e2
Packit 5756e2
Packit 5756e2


Packit 5756e2
Packit 5756e2
Packit 5756e2
Packit Service 018b0a

Generated by GTK-Doc V1.33.0
Packit 5756e2
</body>
Packit 5756e2
</html>