Add the sync command

Signed-off-by: Adrien Gallouët <adrien@gallouet.fr>
This commit is contained in:
Adrien Gallouët
2018-05-21 09:26:37 +00:00
parent a3bb488fd5
commit 2dbf5fb765
8 changed files with 81 additions and 0 deletions

View File

@@ -64,6 +64,7 @@ main(int argc, char **argv)
{"bench", "start a crypto bench", gt_bench},
{"bind", "start a new tunnel", gt_bind},
{"set", "change tunnel properties", gt_set},
{"sync", "re-sync tunnels", gt_sync},
{"keygen", "generate a new secret key", gt_keygen},
{"path", "manage paths", gt_path},
{"version", "show version", gt_version},