On system A I'm using ip6tables and I'm DROPing INPUT packets coming from system B through IPv6.
As expected, when system B uses ping6
to system A, it sees destination unreachable.
However, when on system A I also DROP OUTPUT destination-unreachable icmpv6 packets is it normal that system B still sees destination unreachable? Should system B see some other message instead?