]> andersk Git - openssh.git/blobdiff - readconf.h
- djm@cvs.openbsd.org 2009/12/06 23:53:45
[openssh.git] / readconf.h
index d94d65890d291487460ea3c5ea5485017bc5744c..6edc2eeda0f553d177d984721def01575af4993b 100644 (file)
@@ -1,4 +1,4 @@
-/* $OpenBSD: readconf.h,v 1.77 2009/01/22 10:02:34 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
@@ -134,7 +138,7 @@ typedef struct {
 void     initialize_options(Options *);
 void     fill_default_options(Options *);
 int     read_config_file(const char *, const char *, Options *, int);
-int     parse_forward(Forward *, const char *, int);
+int     parse_forward(Forward *, const char *, int, int);
 
 int
 process_config_line(Options *, const char *, char *, const char *, int, int *);
This page took 0.036198 seconds and 4 git commands to generate.