Skip to content

Commit

Permalink
Add example to routes's job properties
Browse files Browse the repository at this point in the history
  • Loading branch information
frodenas committed Oct 19, 2015
1 parent 3d94ede commit 411b838
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions jobs/routes/spec
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 411b838

Please sign in to comment.