@@ -37,7 +37,7 @@ func (t *Tendrils) readARPTable() {
entries := t.parseARPTable()
for _, entry := range entries {
if t.iface != "" && entry.iface != t.iface {
if t.Interface != "" && entry.iface != t.Interface {
continue
}
if isBroadcastOrZero(entry.mac) {
The note is not visible to the blocked user.