| Message ID | a970b6c927fb4c04473484f6e4b0a9853c8a5896.1761596406.git.steve@sakoman.com | 
|---|---|
| State | RFC | 
| Delegated to: | Steve Sakoman | 
| Headers | show | 
| Series | [scarthgap,1/8] libpam: mark CVE-2025-6018 as not applicable | expand | 
diff --git a/meta/recipes-extended/iptables/iptables_1.8.10.bb b/meta/recipes-extended/iptables/iptables_1.8.10.bb index f1ee1efe28..8a1f823dc1 100644 --- a/meta/recipes-extended/iptables/iptables_1.8.10.bb +++ b/meta/recipes-extended/iptables/iptables_1.8.10.bb @@ -78,6 +78,8 @@ do_install:append() { ln -sf ${sbindir}/xtables-nft-multi ${D}${sbindir}/iptables ln -sf ${sbindir}/xtables-nft-multi ${D}${sbindir}/iptables-save ln -sf ${sbindir}/xtables-nft-multi ${D}${sbindir}/iptables-restore + # ethertypes is provided by the netbase package + rm -f ${D}${sysconfdir}/ethertypes fi }