Module Name: src
Committed By: jdolecek
Date: Thu Apr 30 13:59:50 UTC 2020
Modified Files:
src/sys/net: if_bridgevar.h
Log Message:
add sc_capenable member, forgot to commit
To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 src/sys/net/if_bridgevar.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/net/if_bridgevar.h
diff -u src/sys/net/if_bridgevar.h:1.33 src/sys/net/if_bridgevar.h:1.34
--- src/sys/net/if_bridgevar.h:1.33 Wed Dec 12 01:46:47 2018
+++ src/sys/net/if_bridgevar.h Thu Apr 30 13:59:50 2020
@@ -1,4 +1,4 @@
-/* $NetBSD: if_bridgevar.h,v 1.33 2018/12/12 01:46:47 rin Exp $ */
+/* $NetBSD: if_bridgevar.h,v 1.34 2020/04/30 13:59:50 jdolecek Exp $ */
/*
* Copyright 2001 Wasabi Systems, Inc.
@@ -328,6 +328,7 @@ struct bridge_softc {
uint32_t sc_rthash_key; /* key for hash */
uint32_t sc_filter_flags; /* ipf and flags */
int sc_csum_flags_tx;
+ int sc_capenable;
};
extern const uint8_t bstp_etheraddr[];