Skip to content

Commit 54543db

Browse files
committed
hook up temp arp table
1 parent 7474d34 commit 54543db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/firewall.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ arp_get(const char *req_ip)
151151
char mac[18];
152152
char * reply;
153153

154-
if (!(proc = fopen("/proc/net/arp", "r"))) {
154+
if (!(proc = fopen("/tmp/arp", "r"))) {
155155
return NULL;
156156
}
157157

0 commit comments

Comments
 (0)