Tap
Component to create a TAP interface.
Tags: NETWORKING
, IO
, INGRESS
Field | Type | Optional | Description | Default Value |
---|---|---|---|---|
Input | String | No | ||
Output | String | No | ||
Interface Name | String | No | Name of the tap interface. | tap0 |
Ip | String | No | IP address of the tap interface. | 10.0.0.1 |
Netmask | String | Yes | Netmask of the tap interface. | 255.255.255.0 |
Is Default Route | Bool | Yes | Use this tap interface as default route. | false |
Mtu | Uint32 | Yes | MTU of the tap interface. | 1280 |