summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/readconf.h
diff options
context:
space:
mode:
authordtucker <dtucker@openbsd.org>2010-01-09 23:04:13 +0000
committerdtucker <dtucker@openbsd.org>2010-01-09 23:04:13 +0000
commit1026af62530347c25d55d656cc24f775437380fb (patch)
tree9fe154790a165998662a94270c727a1b311c4d5c /usr.bin/ssh/readconf.h
parentFix fatalx message. (diff)
downloadwireguard-openbsd-1026af62530347c25d55d656cc24f775437380fb.tar.xz
wireguard-openbsd-1026af62530347c25d55d656cc24f775437380fb.zip
Remove RoutingDomain from ssh since it's now not needed. It can be replaced
with "route exec" or "nc -V" as a proxycommand. "route exec" also ensures that trafic such as DNS lookups stays withing the specified routingdomain. For example (from reyk): # route -T 2 exec /usr/sbin/sshd or inherited from the parent process $ route -T 2 exec sh $ ssh 10.1.2.3 ok deraadt@ markus@ stevesk@ reyk@
Diffstat (limited to 'usr.bin/ssh/readconf.h')
-rw-r--r--usr.bin/ssh/readconf.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.bin/ssh/readconf.h b/usr.bin/ssh/readconf.h
index 6edc2eeda0f..f7c0b9c6d13 100644
--- a/usr.bin/ssh/readconf.h
+++ b/usr.bin/ssh/readconf.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: readconf.h,v 1.80 2009/10/28 16:38:18 reyk Exp $ */
+/* $OpenBSD: readconf.h,v 1.81 2010/01/09 23:04:13 dtucker Exp $ */
/*
* Author: Tatu Ylonen <ylo@cs.hut.fi>
@@ -125,8 +125,6 @@ typedef struct {
int use_roaming;
- int rdomain; /* routing domain a.k.a. VRF */
-
} Options;
#define SSHCTL_MASTER_NO 0