From 9341e7f0b7546ec567e9f04463c65a45cf026d32 Mon Sep 17 00:00:00 2001 From: John Sharratt Date: Tue, 4 Jul 2017 21:37:29 +0200 Subject: [PATCH] Added some documentation on why autowire does not work with static and auto rules defined in the configuration --- ndppd.conf-dist | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ndppd.conf-dist b/ndppd.conf-dist index 3549b91..5608252 100644 --- a/ndppd.conf-dist +++ b/ndppd.conf-dist @@ -33,6 +33,8 @@ proxy eth0 { # Controls whether ndppd will automatically create host entries # in the routing tables when it receives Neighbor Advertisements on a # listening interface. The the default value is no. + # Note: Autowire will ignore all rules with 'auto' or 'static' given it + # is expected that the routes are already defined for these paths autowire no