commit | e0b240611ce2d3c3c15f1e15a12031d31ba7e658 | [log] [tgz] |
---|---|---|
author | Thomas Haller <thaller@redhat.com> | Tue Mar 15 00:01:12 2022 +0100 |
committer | Thomas Haller <thaller@redhat.com> | Tue Mar 15 00:06:48 2022 +0100 |
tree | 805b5b5a1305f7f583090bb2b241fbc4588ff051 | |
parent | d78a6eb73e3d3e4e3e35aa3e6d3e5cacc8265644 [diff] |
route/mdb: drop setting ifindex in mdb_clone() The default implementation of oo_clone() already clones the object using memcpy(). So simple fields (like ifindex) are correct. What is not correct (and for what we need the oo_clone() implementation) are pointer values which require a deep clone.