Suppose you've configured IPv6 proxy NDP on one of your Linux systems like so:
ip -6 neighbor add proxy 2001:db8:1234::5 dev eth1
How do you verify that the configuration took? ip -6 neighbor show
doesn't appear to show proxy entries and ip -6 neighbor show proxy
isn't a supported command.