diff --git a/doc/index.html b/doc/index.html index 5f1cbd5d..b9888d30 100644 --- a/doc/index.html +++ b/doc/index.html @@ -1413,6 +1413,10 @@
MachineConnections map machines to the nics they are connected to.
Type is the role of the switch.
SwitchType represents the role of a switch.
+| Name | Number | Description |
| SWITCH_TYPE_UNSPECIFIED | +0 | +SWITCH_TYPE_UNSPECIFIED is not specified. |
+
| SWITCH_TYPE_LEAF | +1 | +SWITCH_TYPE_LEAF is a leaf switch. |
+
| SWITCH_TYPE_EXIT | +2 | +SWITCH_TYPE_EXIT is an exit switch. |
+
| SWITCH_TYPE_SPINE | +3 | +SWITCH_TYPE_SPINE is a spine switch. |
+
| SWITCH_TYPE_MGMT | +4 | +SWITCH_TYPE_MGMT is a switch used only for management tasks. |
+
BGPRoute represents the route to a prefix.
+ + +| Field | Type | Label | Description |
| cidr | +string | ++ | CIDR of the network that is routed to. |
+
LLDPNeighbor contains details about a neighbor learned via LLDP.
+ + +| Field | Type | Label | Description |
| remote_host | +string | ++ | RemoteHost is the neighbor's name as given via 'System Name TLV' field of a LLDP packet. +Usually this is simply the neighbor's hostname. |
+
| local_port | +string | ++ | LocalPort is the name of the local port that is connected to the neighbor. |
+
| remote_port | +string | ++ | RemotePort is the neighbor's port name as sent via `Port Description TLV`. +Don't mix it up with `Port ID TLV`. |
+
SwitchServiceGetRequest.
@@ -15987,6 +16111,20 @@BgpPortStates maps port identifiers to the respective port's BGP state.
BGPRoutes collected on the switch.
LLDPNeighbors known to the switch.