MFC r272796:
Add M_FLOWID to M_COPYFLAGS The M_FLOWID flag should be propagated to the new mbuf pkthdr in m_move_pkthdr() and m_dup_pkthdr(). The new mbuf already got the existing flowid value, but would be ignored since the flag was not set.
This commit is contained in:
parent
628635adcd
commit
137a650c11
@ -247,7 +247,7 @@ struct mbuf {
|
||||
* Flags preserved when copying m_pkthdr.
|
||||
*/
|
||||
#define M_COPYFLAGS \
|
||||
(M_PKTHDR|M_EOR|M_RDONLY|M_BCAST|M_MCAST|M_VLANTAG|M_PROMISC| \
|
||||
(M_PKTHDR|M_EOR|M_RDONLY|M_BCAST|M_MCAST|M_PROMISC|M_VLANTAG|M_FLOWID| \
|
||||
M_PROTOFLAGS)
|
||||
|
||||
/*
|
||||
|
Loading…
x
Reference in New Issue
Block a user