#!/bin/sh
ip neigh show > /var/etc/arptbl
exit
