]> andersk Git - openssh.git/blobdiff - readconf.h
- (dtucker) [configure.ac misc.c readconf.c servconf.c ssh-keyscan.c] Make
[openssh.git] / readconf.h
index 8fb3a852816305319a4a3201ab04492d1be2c820..6edc2eeda0f553d177d984721def01575af4993b 100644 (file)
@@ -1,4 +1,4 @@
-/* $OpenBSD: readconf.h,v 1.78 2009/02/12 03:00:56 djm Exp $ */
+/* $OpenBSD: readconf.h,v 1.80 2009/10/28 16:38:18 reyk Exp $ */
 
 /*
  * Author: Tatu Ylonen <ylo@cs.hut.fi>
@@ -123,6 +123,10 @@ typedef struct {
        int     permit_local_command;
        int     visual_host_key;
 
+       int     use_roaming;
+
+       int     rdomain;        /* routing domain a.k.a. VRF */
+
 }       Options;
 
 #define SSHCTL_MASTER_NO       0
This page took 0.54309 seconds and 4 git commands to generate.