Reevaluate and update firewall core logic
This commit is contained in:
7
threats/arp/arpentry.go
Normal file
7
threats/arp/arpentry.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package arp
|
||||
|
||||
type arpEntry struct {
|
||||
IP string
|
||||
MAC string
|
||||
Interface string
|
||||
}
|
||||
Reference in New Issue
Block a user