Documentation ¶
Index ¶
Constants ¶
View Source
const ( // LinuxInterface is a linux interface rest path LinuxInterface = "/dump/linux/v2/interfaces" // LinuxRoutes is the rest linux route path LinuxRoutes = "/dump/linux/v2/routes" // LinuxArps is the rest linux ARPs path LinuxArps = "/dump/linux/v2/arps" )
Linux Dumps
View Source
const ( // REST ACL IP prefix ACLIP = "/dump/vpp/v2/acl/ip" // REST ACL MACIP prefix ACLMACIP = "/dump/vpp/v2/acl/macip" )
VPP ACL
View Source
const ( // Interface is rest interface path Interface = "/dump/vpp/v2/interfaces" // Loopback is path for loopback interface Loopback = "/dump/vpp/v2/interfaces/loopback" // Ethernet is path for physical interface Ethernet = "/dump/vpp/v2/interfaces/ethernet" // Memif is path for memif interface Memif = "/dump/vpp/v2/interfaces/memif" // Tap is path for tap interface Tap = "/dump/vpp/v2/interfaces/tap" // AfPacket is path for af-packet interface AfPacket = "/dump/vpp/v2/interfaces/afpacket" // VxLan is path for vxlan interface VxLan = "/dump/vpp/v2/interfaces/vxlan" )
VPP Interfaces
View Source
const ( // NatURL is a REST path of a NAT NatURL = "/dump/vpp/v2/nat" // NatGlobal is a REST path of a global NAT config NatGlobal = "/dump/vpp/v2/nat/global" // NatDNat is a REST path of a DNAT configurations NatDNat = "/dump/vpp/v2/nat/dnat" )
VPP NAT
View Source
const ( // restBd is rest bridge domain path Bd = "/dump/vpp/v2/bd" // restFib is rest FIB path Fib = "/dump/vpp/v2/fib" // restXc is rest cross-connect path Xc = "/dump/vpp/v2/xc" )
L2 plugin
View Source
const ( // Routes is rest static route path Routes = "/dump/vpp/v2/routes" // Arps is rest ARPs path Arps = "/dump/vpp/v2/arps" // PArpIfs is rest proxy ARP interfaces path PArpIfs = "/dump/vpp/v2/proxyarp/interfaces" // PArpRngs is rest proxy ARP ranges path PArpRngs = "/dump/vpp/v2/proxyarp/ranges" )
VPP L3 plugin
View Source
const ( // Telemetry reads various types of metrics data from the VPP Telemetry = "/vpp/telemetry" TMemory = "/vpp/telemetry/memory" TRuntime = "/vpp/telemetry/runtime" TNodeCount = "/vpp/telemetry/nodecount" )
Telemetry
View Source
const (
// Command allows to put CLI command to the rest
Command = "/vpp/command"
)
Command
View Source
const (
// Index can be used to get the full index page
Index = "/"
)
Index
View Source
const (
// Traced binary API calls
Tracer = "/vpp/binapitrace"
)
Tracer
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.