Rate This Document
Findability
Accuracy
Completeness
Readability

flexda_custom_check_tunnel

Function

Checks tunnel ports.

Syntax

int flexda_custom_check_tunnel ( const char *netdev_type)

Parameters

Parameter

Type

Input/Output

Description

netdev_type

const char *

Input

OVS port type.

Return value

int

Output

The function returns 0 upon successful execution; otherwise, it returns an error code.

  • The function allows three default port names: vxlan, geneve, and tap. If this function returns an error code, offload can still proceed without additional checks or processing.
  • Ports with other names need to be checked by this function.

Example

None