Documentation
¶
Index ¶
- Constants
- func Add(vpc, vpcAttachment string) error
- func Delete(vpc, vpcAttachment string) error
- func FindNextAvailableVRFId() (uint32, error)
- func GetVRFIdForInterface(name string) (uint32, error)
- func GetVRFIdForVPC(vpc, vpcAttachment string) (uint32, error)
- func ListVRFLinks() ([]*netlink.Vrf, error)
Constants ¶
View Source
const MaxVRFId = uint32(math.MaxUint32 - 1)
View Source
const MinVRFId = uint32(1)
Variables ¶
This section is empty.
Functions ¶
func FindNextAvailableVRFId ¶
func GetVRFIdForInterface ¶
func GetVRFIdForVPC ¶
func ListVRFLinks ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.