ae 1ea3701ab5 m_dup() is supposed to give a writable copy of an mbuf chain. It uses
m_dup_pkthdr(), that uses M_COPYFLAGS mask to copy m_flags field.
If original mbuf chain has M_RDONLY flag, its copy also will have it.
Reset this flag explicitly.

MFC after:	2 weeks
2015-05-07 18:35:01 +00:00
..
2015-04-18 21:50:53 +00:00
2015-04-22 14:38:58 +00:00
2015-04-22 14:38:58 +00:00
2015-05-02 18:12:34 +00:00
2015-04-05 14:17:26 +00:00
2015-04-18 21:50:53 +00:00
2015-04-18 21:50:53 +00:00
2015-03-17 14:16:50 +00:00
2015-04-22 01:54:25 +00:00