diff options
Diffstat (limited to 'sys/net/if_pflow.h')
-rw-r--r-- | sys/net/if_pflow.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/net/if_pflow.h b/sys/net/if_pflow.h index f4a2bd33f88..40126001022 100644 --- a/sys/net/if_pflow.h +++ b/sys/net/if_pflow.h @@ -1,4 +1,4 @@ -/* $OpenBSD: if_pflow.h,v 1.14 2015/10/03 10:44:23 florian Exp $ */ +/* $OpenBSD: if_pflow.h,v 1.15 2017/01/24 10:08:30 krw Exp $ */ /* * Copyright (c) 2008 Henning Brauer <henning@openbsd.org> @@ -112,7 +112,7 @@ struct pflow_ipfix_tmpl_ipv4 { /* update pflow_clone_create() when changing pflow_ipfix_tmpl_v6 */ struct pflow_ipfix_tmpl_ipv6 { - struct pflow_tmpl_hdr h; + struct pflow_tmpl_hdr h; struct pflow_tmpl_fspec src_ip; struct pflow_tmpl_fspec dest_ip; struct pflow_tmpl_fspec if_index_in; |