so it turns out it returns the same structure, just with a single <tunnels> child. i can probably just use the general HEConf then and wrap it?
This commit is contained in:
@@ -12,7 +12,7 @@ def parseArgs():
|
||||
args.add_argument('-c', '--config',
|
||||
dest = 'conf_xml',
|
||||
default = '~/.config/he_tunnelbroker.xml',
|
||||
help = ('The path to the config. See example.tunnelbroker.xml'
|
||||
help = ('The path to the config. See example.tunnelbroker.xml '
|
||||
'Default: ~/.config/he_tunnelbroker.xml'))
|
||||
args.add_argument('-t', '--tunnel-id',
|
||||
dest = 'tun_id',
|
||||
|
||||
Reference in New Issue
Block a user