Skip to content
New issue

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

arp: missing in_same_network check #536

Closed
Dirbaio opened this issue Oct 1, 2021 · 0 comments
Closed

arp: missing in_same_network check #536

Dirbaio opened this issue Oct 1, 2021 · 0 comments
Labels

Comments

@Dirbaio
Copy link
Member

Dirbaio commented Oct 1, 2021

process_arp is missing an in_same_network check here

if source_protocol_addr.is_unicast() && source_hardware_addr.is_unicast() {

like this one

if self.in_same_network(&ip_addr) {

@bors bors bot closed this as completed in 6951ccf Oct 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

1 participant