Skip to content
Snippets Groups Projects
Commit 071273ff authored by Alex Reimers's avatar Alex Reimers
Browse files

Merge branch 'master' of github.com:floodlight/floodlight

parents 2302ff7f 2e16c35a
No related branches found
No related tags found
No related merge requests found
......@@ -182,6 +182,10 @@ public class FirewallRulesResource extends ServerResource {
rule.wildcard_dl_type = false;
rule.dl_type = Ethernet.TYPE_ARP;
}
if (tmp.equalsIgnoreCase("IPv4")) {
rule.wildcard_dl_type = false;
rule.dl_type = Ethernet.TYPE_IPv4;
}
}
else if (n == "src-ip") {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment