summaryrefslogtreecommitdiff
path: root/runopts.h
diff options
context:
space:
mode:
authorhouseofkodai <karthik@houseofkodai.in>2017-05-01 08:26:15 +0530
committerhouseofkodai <karthik@houseofkodai.in>2017-05-01 08:26:15 +0530
commit01f13031a395f98643eb5156954c4dd93638bba7 (patch)
tree9cad9b8910fc23affd62b32bf0a930c57731196f /runopts.h
parente543e2145c660e7178230e9ed3dc3ea3acd1f47c (diff)
downloaddropbear-01f13031a395f98643eb5156954c4dd93638bba7.tar.gz
cli_bind_address_connect
* replaces -b dummy option in dbclient to be similar with openssh -b option * useful in multi-wan connections
Diffstat (limited to 'runopts.h')
-rw-r--r--runopts.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/runopts.h b/runopts.h
index 47c12f0..5fa8c61 100644
--- a/runopts.h
+++ b/runopts.h
@@ -167,6 +167,7 @@ typedef struct cli_runopts {
#if DROPBEAR_CLI_PROXYCMD
char *proxycmd;
#endif
+ char *bind_address;
} cli_runopts;
extern cli_runopts cli_opts;