From 411b8387ea8e8ca7e5df433f067780d10234a67e Mon Sep 17 00:00:00 2001 From: Ferran Rodenas Date: Mon, 19 Oct 2015 10:01:07 -0700 Subject: [PATCH] Add example to routes's job properties --- jobs/routes/spec | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/jobs/routes/spec b/jobs/routes/spec index 5a930c5..07295c1 100644 --- a/jobs/routes/spec +++ b/jobs/routes/spec @@ -9,13 +9,13 @@ templates: properties: networking.routes: description: "List of routes to be added" - # Properties of each route item: - # net: the destination network - # host: the destination host - # netmask: when adding a network route, the netmask to be used - # gateway: route packets via a gateway - # metric: the metric field in the routing table to M. - # mss: the TCP Maximum Segment Size (MSS) for connections over this route to M bytes - # window: the TCP window size for connections over this route to W bytes - # irtt: the initial round trip time (irtt) for TCP connections over this route to I milliseconds (1-12000) - # interface: force the route to be associated with the specified device + example: + - net: # net: the destination network + host: # host: the destination host + netmask: # netmask: when adding a network route, the netmask to be used + gateway: # gateway: route packets via a gateway + metric: # metric: the metric field in the routing table to M. + mss: # mss: the TCP Maximum Segment Size (MSS) for connections over this route to M bytes + window: # window: the TCP window size for connections over this route to W bytes + irtt: # irtt: the initial round trip time (irtt) for TCP connections over this route to I milliseconds (1-12000) + interface: # interface: force the route to be associated with the specified device