diff options
| author | Robert Watson <rwatson@FreeBSD.org> | 2002-07-30 23:09:20 +0000 |
|---|---|---|
| committer | Robert Watson <rwatson@FreeBSD.org> | 2002-07-30 23:09:20 +0000 |
| commit | 549e4c9e4e56724ff220be33279d6862ed89071e (patch) | |
| tree | 6296473f1b87777feb0697d893b7fc38640bb4f7 | |
| parent | 19930ae546e3fd391830042400954f25768e4330 (diff) | |
Notes
| -rw-r--r-- | sys/netinet/ip_var.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/netinet/ip_var.h b/sys/netinet/ip_var.h index 79f833610afa..4efb58930d5d 100644 --- a/sys/netinet/ip_var.h +++ b/sys/netinet/ip_var.h @@ -68,6 +68,7 @@ struct ipq { u_int32_t ipq_div_info; /* ipfw divert port & flags */ u_int16_t ipq_div_cookie; /* ipfw divert cookie */ #endif + struct label ipq_label; /* MAC label */ }; #endif /* _KERNEL */ |
