To get this branch, use:
bzr branch
http://bzr.recompile.se/loggerhead/mandos/trunk
« back to all changes in this revision
Viewing changes to plugins.d/mandos-client.c
-
Committer:
teddy at recompile
-
Date:
2011-12-31 13:25:58 UTC
-
mto:
This revision was merged to the branch mainline in
revision
541.
-
Revision ID:
teddy@recompile.se-20111231132558-z0dh7qgofgctmgri
* network-hooks.s/bridge: Don't use interface names directly; search
for interface names using their address.
(addrtoif): New function.
* network-hooks.s/bridge.conf (PORTS): Removed.
(PORT_ADDRESSES): New.
* network-hooks.s/wireless: Don't use interface names directly; search
for interface names using their address.
(addrtoif): New function.
* network-hooks.s/wireless.conf: Specify address.
Show diffs side-by-side
added
removed
1450
1450
perror_plus("setenv");
1451
1451
_exit(EX_OSERR);
1453
ret = setenv("VERBOSE", debug ? "1" : "0", 1);
1453
ret = setenv("VERBOSITY", debug ? "1" : "0", 1);
1455
1455
perror_plus("setenv");
1456
1456
_exit(EX_OSERR);
1475
1475
free(delaystring);
1476
1476
if(connect_to != NULL){
1477
ret = setenv("CONNECT", connect_to);
1477
ret = setenv("CONNECT", connect_to, 1);
1479
1479
perror_plus("setenv");
1480
1480
_exit(EX_OSERR);