addrwatch: new package 2966/head
authorOndřej Caletka <ondrej@caletka.cz>
Thu, 14 Jul 2016 15:15:10 +0000 (17:15 +0200)
committerOndřej Caletka <ondrej@caletka.cz>
Thu, 14 Jul 2016 16:32:29 +0000 (18:32 +0200)
commit3c3063e2dff671d55cee0fbaa955de2497f1328a
tree3e0269c1471db9b5ecb3ed30cbe8503f0c011cf3
parent3c1b8749fd2b280e2dd619ecf9a1ea131a3ab1db
addrwatch: new package

Maintainer: Ondrej Caletka / @Oskar456
Compile tested: TurrisOS 3.1 (fork of OpenWRT Chaos Calmer), Trunk (both uClibC and musl)
Run tested: mpc85xx - Turris 1.0 -  TurrisOS - no problems observed
Upstream: https://github.com/fln/addrwatch / @fln

Description:

This is a tool similar to arpwatch. It's main purpose is to monitor network
and log discovered ethernet/ip pairings.

The package has been UCIfied, care has been taken to reload the deamon
every time an interface goes up or down.

Signed-off-by: Ondřej Caletka <ondrej@caletka.cz>
net/addrwatch/Makefile [new file with mode: 0644]
net/addrwatch/files/addrwatch.config [new file with mode: 0644]
net/addrwatch/files/addrwatch.init [new file with mode: 0644]
net/addrwatch/patches/001-fix-sys_siglist.patch [new file with mode: 0644]
net/addrwatch/patches/002-fix-uclibc-sysconf.patch [new file with mode: 0644]