diff runopts.h @ 1465:f7a53832501d

cli_bind_address_connect * replaces -b dummy option in dbclient to be similar with openssh -b option * useful in multi-wan connections
author houseofkodai <karthik@houseofkodai.in>
date Mon, 01 May 2017 08:26:15 +0530
parents 517c67cbcd31
children f787f60f8e45
line wrap: on
line diff
--- a/runopts.h	Thu Jan 25 19:51:41 2018 +0530
+++ b/runopts.h	Mon May 01 08:26:15 2017 +0530
@@ -167,6 +167,7 @@
 #if DROPBEAR_CLI_PROXYCMD
 	char *proxycmd;
 #endif
+	char *bind_address;
 } cli_runopts;
 
 extern cli_runopts cli_opts;