summaryrefslogtreecommitdiffstats
path: root/sys/net/if_var.h
diff options
context:
space:
mode:
authorbz <bz@FreeBSD.org>2011-07-03 12:22:02 +0000
committerbz <bz@FreeBSD.org>2011-07-03 12:22:02 +0000
commit9cad5bfef3ce97c030d30e66deb6371458c2281b (patch)
tree84813f5c322ca01ea7d1b10025c5fa8621a31765 /sys/net/if_var.h
parent9cb2f04853640f386dd7db2d61d981a14cd67729 (diff)
downloadFreeBSD-src-9cad5bfef3ce97c030d30e66deb6371458c2281b.zip
FreeBSD-src-9cad5bfef3ce97c030d30e66deb6371458c2281b.tar.gz
Add infrastructure to allow all frames/packets received on an interface
to be assigned to a non-default FIB instance. You may need to recompile world or ports due to the change of struct ifnet. Submitted by: cjsp Submitted by: Alexander V. Chernikov (melifaro ipfw.ru) (original versions) Reviewed by: julian Reviewed by: Alexander V. Chernikov (melifaro ipfw.ru) MFC after: 2 weeks X-MFC: use spare in struct ifnet
Diffstat (limited to 'sys/net/if_var.h')
-rw-r--r--sys/net/if_var.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/net/if_var.h b/sys/net/if_var.h
index b3ecb7d..cb1d39c 100644
--- a/sys/net/if_var.h
+++ b/sys/net/if_var.h
@@ -196,6 +196,7 @@ struct ifnet {
void *if_pf_kif;
void *if_lagg; /* lagg glue */
u_char if_alloctype; /* if_type at time of allocation */
+ u_int if_fib; /* interface FIB */
/*
* Spare fields are added so that we can modify sensitive data
OpenPOWER on IntegriCloud