diff options
author | 2009-11-09 23:46:38 +0000 | |
---|---|---|
committer | 2009-11-09 23:46:38 +0000 | |
commit | ccb5db17167325a773c11fceddee8baf4dde042c (patch) | |
tree | 492c403c64681c8ad39e6711c3cd8cb3f5ce097d | |
parent | Just ignore tty fd errors rather than dying, stops the server dying if the (diff) | |
download | wireguard-openbsd-ccb5db17167325a773c11fceddee8baf4dde042c.tar.xz wireguard-openbsd-ccb5db17167325a773c11fceddee8baf4dde042c.zip |
bump pfsync protocol version
requested by deraadt@
-rw-r--r-- | sys/net/if_pfsync.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/net/if_pfsync.h b/sys/net/if_pfsync.h index d620455fed3..108dc47a341 100644 --- a/sys/net/if_pfsync.h +++ b/sys/net/if_pfsync.h @@ -1,4 +1,4 @@ -/* $OpenBSD: if_pfsync.h,v 1.39 2009/11/03 10:59:04 claudio Exp $ */ +/* $OpenBSD: if_pfsync.h,v 1.40 2009/11/09 23:46:38 dlg Exp $ */ /* * Copyright (c) 2001 Michael Shalayeff @@ -45,7 +45,7 @@ #ifndef _NET_IF_PFSYNC_H_ #define _NET_IF_PFSYNC_H_ -#define PFSYNC_VERSION 5 +#define PFSYNC_VERSION 6 #define PFSYNC_DFLTTL 255 #define PFSYNC_ACT_CLR 0 /* clear all states */ |