Displaying 2 results from an estimated 2 matches for "cmdline_conf".
2010 Sep 03
1
[PATCH] New '-o' option to configure server or hosts from command line
...- a/src/conf.c
+++ b/src/conf.c
@@ -36,6 +36,8 @@ int pinginterval = 0; /* seconds between pings */
int pingtimeout = 0; /* seconds to wait for response */
char *confbase = NULL; /* directory in which all config files are */
char *netname = NULL; /* name of the vpn network */
+list_t *cmdline_conf = NULL; /* global/host configuration values given
at the command line */
+
static int config_compare(const config_t *a, const config_t *b) {
int result;
@@ -45,12 +47,17 @@ static int config_compare(const config_t *a, const
config_t *b) {
if(result)
return result;
+ /* give priorit...
2016 Oct 05
3
Dev: new option to mark all tincd socket of a tincd process
I know i'm new to the list but i'd like to propose something for tincd
daemon.
I'd like to mark all sockets established by a tincd process with a mark
passed as an argument in the command line.
What could be the purpose of this new option?
The goal of this option is to be able to have several tincd process
running at the same time using the same port but using different ip.
In