K 10 svn:author V 5 shurd K 8 svn:date V 27 2017-12-08T18:43:31.085727Z K 7 svn:log V 331 Handle read-only mbufs in iflib ether pad function If ethernet padding is enabled, and a read-only mbuf is passed, it would modify the mbuf using m_append(). Instead, call m_dup() and append to the new packet. Reported by: Pyun YongHyeon Sponsored by: Limelight Networks Differential Revision: https://reviews.freebsd.org/D13414 END