Skip to content

ARP reply problem #1110

Closed Answered by levy
paintspot87 asked this question in Q&A
Feb 23, 2024 · 1 comments · 1 reply
Discussion options

You must be logged in to vote

The hasGlobalArp parameter also puts the MacForwardingTableConfigurator into the network. You can override this.

        macForwardingTableConfigurator: <default(hasGlobalArp ? "MacForwardingTableConfigurator" : "")> like INetworkConfigurator if typename != "" {

You are right that there should be a separate module that contains the resolved addresses. Both GlobalArp and Arp should insert the mapping there, and the user should also be able to populate this table manually. I think this is fairly easy to do, so we may do this soonish.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@paintspot87
Comment options

Answer selected by paintspot87
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants