Memo Q&A
Q: Can you insert a iptable rule with a non-existent interface ?
A: Yes, You can insert any iptable rule like
ip6table -A OUTPUT -o abcdefg -p ipv6-icmp --icmpv6-type router-solicitation -j DROP.
Q: How much memory can be allocated by the malloc command ?
A: Link

