summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordlg <dlg@openbsd.org>2009-11-09 23:46:38 +0000
committerdlg <dlg@openbsd.org>2009-11-09 23:46:38 +0000
commitccb5db17167325a773c11fceddee8baf4dde042c (patch)
tree492c403c64681c8ad39e6711c3cd8cb3f5ce097d
parentJust ignore tty fd errors rather than dying, stops the server dying if the (diff)
downloadwireguard-openbsd-ccb5db17167325a773c11fceddee8baf4dde042c.tar.xz
wireguard-openbsd-ccb5db17167325a773c11fceddee8baf4dde042c.zip
bump pfsync protocol version
requested by deraadt@
-rw-r--r--sys/net/if_pfsync.h4
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 */