You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: SPEC.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -536,6 +536,9 @@ Plugins must output a JSON object with the following keys upon a successful `ADD
536
536
-`routes`: Routes created by this attachment:
537
537
-`dst`: The destination of the route, in CIDR notation
538
538
-`gw`: The next hop address. If unset, a value in `gateway` in the `ips` array may be used.
539
+
-`mtu` (uint): The MTU (Maximum transmission unit) along the path to the destination.
540
+
-`advmss` (uint): The MSS (Maximal Segment Size) to advertise to these destinations when establishing TCP connections.
541
+
-`priority` (uint): The priority of route, lower is higher.
539
542
-`dns`: a dictionary consisting of DNS configuration information
540
543
-`nameservers` (list of strings): list of a priority-ordered list of DNS nameservers that this network is aware of. Each entry in the list is a string containing either an IPv4 or an IPv6 address.
541
544
-`domain` (string): the local domain used for short hostname lookups.
0 commit comments