Skip to content

Commit 4a0bccb

Browse files
committed
describe mtu, advmss, priority attributes of route object in specification
Signed-off-by: Alexander Lopintsev <[email protected]>
1 parent efffbee commit 4a0bccb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

SPEC.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -536,6 +536,9 @@ Plugins must output a JSON object with the following keys upon a successful `ADD
536536
- `routes`: Routes created by this attachment:
537537
- `dst`: The destination of the route, in CIDR notation
538538
- `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.
539542
- `dns`: a dictionary consisting of DNS configuration information
540543
- `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.
541544
- `domain` (string): the local domain used for short hostname lookups.

0 commit comments

Comments
 (0)