]> code.ossystems Code Review - openembedded-core.git/commit
iptables: fix invalid symbolic link for ip6tables-apply
authorYi Zhao <yi.zhao@windriver.com>
Tue, 16 Jun 2020 01:51:05 +0000 (09:51 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 17 Jun 2020 10:09:27 +0000 (11:09 +0100)
commitc3070d3b2e31a31fc32294972e7a3fae46b6e70f
treed7417dad629bbb1680ce716afa6636453e340c27
parentd6e8c4a63caefdf36dfbc9d230c9e8db4b43dc5a
iptables: fix invalid symbolic link for ip6tables-apply

The iptables-apply is not installed which makes ip6tables-apply as an
invalid symbolic link:

$ ls -l /usr/sbin/ip6tables-apply
lrwxrwxrwx 1 root root 14 Jun 11 08:27 /usr/sbin/ip6tables-apply -> iptables-apply
$ ls -l /usr/sbin/iptables-apply
ls: cannot access '/usr/sbin/iptables-apply': No such file or directory

Backport a patch to fix the issue.

Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-extended/iptables/iptables/0001-build-resolve-iptables-apply-not-getting-installed.patch [new file with mode: 0644]
meta/recipes-extended/iptables/iptables_1.8.5.bb