tests: add tests for forward executor

This commit is contained in:
Ariadne Conill 2020-12-16 06:23:38 -07:00
parent 1c2fddfbaa
commit ffcf1976b8
3 changed files with 93 additions and 0 deletions

View file

@ -15,3 +15,5 @@ yesno() {
[ -n "$IF_FORWARD_IPV4_MC" ] && ${MOCK} /bin/sh -c "echo $(yesno $IF_FORWARD_IPV4_MC) > /proc/sys/net/ipv4/conf/$IFACE/mc_forwarding"
[ -n "$IF_FORWARD_IPV6_MC" ] && ${MOCK} /bin/sh -c "echo $(yesno $IF_FORWARD_IPV6_MC) > /proc/sys/net/ipv6/conf/$IFACE/mc_forwarding"
exit 0