We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
@radez added logic to disable ODL's ARP responder when L3 is enabled in #90. Need to document this in the README.
@radez why did you need this logic?
The text was updated successfully, but these errors were encountered:
quick note... I actually got the title of the patch wrong. the code enables the arp responder... it's a double negative option.
the option is to disable it and the default is yes. Patch I pushed is to set disabled = no
It turns on an arp poll that looks for the gateway that the flows should send the instance egress traffic to.
Sorry, something went wrong.
No branches or pull requests
@radez added logic to disable ODL's ARP responder when L3 is enabled in #90. Need to document this in the README.
@radez why did you need this logic?
The text was updated successfully, but these errors were encountered: