Interface AddRouteBpfEncapArgs

Add route bpf encap arguments.

Hierarchy

  • AddRouteBpfEncapArgs

Properties

Properties

headroom?: number

Size of header BPF program will attach (xmit).

in?: string

BPF program to execute for incoming packets.

out?: string

BPF program to execute for outgoing packets.

xmit?: string

BPF program to execute for transmitted packets.

Generated using TypeDoc