robbertkl / docker-ipv6nat

Extend Docker with IPv6 NAT, similar to IPv4
MIT License
654 stars 48 forks source link

ambiguous debug log #53

Closed zhangyoufu closed 4 years ago

zhangyoufu commented 4 years ago

excerpt from iptables man-page:

-A, --append chain rule-specification
-I, --insert chain [rulenum] rule-specification
-D, --delete chain rulenum

-A does not accept rulenum

bephinix commented 4 years ago

@zhangyoufu Yes, I will fix this!