# Functions

cleanupTunnel removes any traces of tunnels / routes that were setup by nrc.setupOverlayTunnel() and are no longer needed.
GenerateTunnelName will generate a name for a tunnel interface given a node IP Since linux restricts interface names to 15 characters, we take the sha-256 of the node IP after removing non-entropic characters like '.' and ':', and then use the first 12 bytes of it.
No description provided by the author
No description provided by the author
ParseEncapType parses the given string and returns an Encap type if valid.

# Constants

No description provided by the author
No description provided by the author

# Structs

No description provided by the author

# Interfaces

No description provided by the author

# Type aliases

No description provided by the author
EncapType represents the type of encapsulation used for an overlay tunnel in kube-router.