New comment by heliocat on void-packages repository https://github.com/void-linux/void-packages/pull/31145#issuecomment-850212935 Comment: > The variable should probably be named 'fragment' and in general I think there's also a case here in the fragment case that isn't being checked, which is that if iptables-restore fails for any fragment that should abort the load. `iptables-restore file || exit 1` should do just that.