netifd: Add rpfilter config support
authorHans Dedecker <dedeckeh@gmail.com>
Thu, 13 Nov 2014 15:57:58 +0000 (15:57 +0000)
committerSteven Barth <steven@midlink.org>
Wed, 19 Nov 2014 08:30:28 +0000 (09:30 +0100)
commitf6f065d3997ccc8d42805529e4aad59b789579ad
tree2bbd1f2d4c4c594888c69f956a90f16d31d37413
parentb3a698e7b6c099203dcb4227a21813948b176e3b
netifd: Add rpfilter config support

Reverse path filtering config support; possible values are:
    0: no source validation
    1|strict: strict mode as packet will be dropped if the
    incoming interface is not the best reverse path
    2|loose: loose mode as packet will be dropped if the
    source address is not reachable via any interface

Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
device.c
device.h
system-dummy.c
system-linux.c
system.h