-
If I wanted to test the IP Neighbor Discovery Service, how would I go about doing it? |
Beta Was this translation helpful? Give feedback.
Answered by
gh0st42
Aug 4, 2022
Replies: 1 comment 2 replies
-
Just follow the tutorial and check the peers on each node. Beware, our IPND is using CBOR and not SDNV to be in line with BPv7 and not BPv6 for which the original IPND rfc was written. |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Just follow the tutorial and check the peers on each node.
Currently, we only have our extended IPND implementation and completely static peers.
As long as you do not deactive IPND via command line, e.g., by setting discover interval to 0s, it is always used.
Beware, our IPND is using CBOR and not SDNV to be in line with BPv7 and not BPv6 for which the original IPND rfc was written.