diff options
author | dtucker@openbsd.org <dtucker@openbsd.org> | 2017-04-28 03:20:27 +0000 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2017-04-28 13:26:36 +1000 |
commit | 68d3a2a059183ebd83b15e54984ffaced04d2742 (patch) | |
tree | 9d1cf14d357079cb09f338f8d7efb6737da356d3 /readconf.h | |
parent | e13aad66e73a14b062d13aee4e98f1e21a3f6a14 (diff) |
upstream commit
Add SyslogFacility option to ssh(1) matching the
equivalent option in sshd(8). bz#2705, patch from erahn at arista.com, ok
djm@
Upstream-ID: d5115c2c0193ceb056ed857813b2a7222abda9ed
Diffstat (limited to 'readconf.h')
-rw-r--r-- | readconf.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/readconf.h b/readconf.h index cef55f71c..d62428101 100644 --- a/readconf.h +++ b/readconf.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: readconf.h,v 1.117 2016/07/15 00:24:30 djm Exp $ */ | 1 | /* $OpenBSD: readconf.h,v 1.118 2017/04/28 03:20:27 dtucker Exp $ */ |
2 | 2 | ||
3 | /* | 3 | /* |
4 | * Author: Tatu Ylonen <ylo@cs.hut.fi> | 4 | * Author: Tatu Ylonen <ylo@cs.hut.fi> |
@@ -59,6 +59,7 @@ typedef struct { | |||
59 | int tcp_keep_alive; /* Set SO_KEEPALIVE. */ | 59 | int tcp_keep_alive; /* Set SO_KEEPALIVE. */ |
60 | int ip_qos_interactive; /* IP ToS/DSCP/class for interactive */ | 60 | int ip_qos_interactive; /* IP ToS/DSCP/class for interactive */ |
61 | int ip_qos_bulk; /* IP ToS/DSCP/class for bulk traffic */ | 61 | int ip_qos_bulk; /* IP ToS/DSCP/class for bulk traffic */ |
62 | SyslogFacility log_facility; /* Facility for system logging. */ | ||
62 | LogLevel log_level; /* Level for logging. */ | 63 | LogLevel log_level; /* Level for logging. */ |
63 | 64 | ||
64 | int port; /* Port to connect. */ | 65 | int port; /* Port to connect. */ |