aboutsummaryrefslogtreecommitdiff
path: root/bbot/agent.cli
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2017-04-29 15:14:33 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2017-04-29 15:14:33 +0200
commit1364413cee696ff60f4dd1e3ac1eb281ac7a4e8f (patch)
treee29faeca957ef381d4c2ccbda67dce90fe3e3e01 /bbot/agent.cli
parentdb938098044fc5fb76fcdfbec2a28d232028aa51 (diff)
Use fixed TFTP ports for robustness
This way we can cleanup old iptables entries in case or crash/termination
Diffstat (limited to 'bbot/agent.cli')
-rw-r--r--bbot/agent.cli9
1 files changed, 8 insertions, 1 deletions
diff --git a/bbot/agent.cli b/bbot/agent.cli
index b71db4e..497b841 100644
--- a/bbot/agent.cli
+++ b/bbot/agent.cli
@@ -48,7 +48,7 @@ namespace bbot
"Toolchain name, \cb{default} by default."
}
- size_t --toolchain-num = 1
+ uint16_t --toolchain-num = 1
{
"<num>",
"Toolchain number, 1 by default."
@@ -92,6 +92,13 @@ namespace bbot
"The location of the TFTP server root, \cb{/build/tftp/} by default."
}
+ uint16_t --tftp-port = 23400
+ {
+ "<num>",
+ "TFTP server port base, 23400 by default. The actual port is calculated
+ by adding the toolchain number \c{--toolchain-num} to this value."
+ }
+
size_t --bootstrap-timeout = 600
{
"<sec>",