=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/readconf.h,v retrieving revision 1.79 retrieving revision 1.80 diff -u -r1.79 -r1.80 --- src/usr.bin/ssh/readconf.h 2009/06/27 09:35:06 1.79 +++ src/usr.bin/ssh/readconf.h 2009/10/28 16:38:18 1.80 @@ -1,4 +1,4 @@ -/* $OpenBSD: readconf.h,v 1.79 2009/06/27 09:35:06 andreas Exp $ */ +/* $OpenBSD: readconf.h,v 1.80 2009/10/28 16:38:18 reyk Exp $ */ /* * Author: Tatu Ylonen @@ -124,6 +124,8 @@ int visual_host_key; int use_roaming; + + int rdomain; /* routing domain a.k.a. VRF */ } Options;