From: Ian Jackson Date: Thu, 12 Jul 2012 18:57:22 +0000 (+0100) Subject: userv-ipif: Always request routes from userv, regardless of link quality X-Git-Tag: debian/0.3.0_beta1~21 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?p=secnet.git;a=commitdiff_plain;h=bdd4351ff2fc6dc8b1dad689f751ac46347636cf;hp=962c66f5287ae76bbe3e4d0b3b89e3242cd9a300;ds=sidebyside userv-ipif: Always request routes from userv, regardless of link quality Previously the userv-ipif netlink would not request (from userv) a route for a site for which the link quality was DOWN. The link quality is a dynamic quantity but userv-ipif lacks any machinery for dynamically adding routes, so this is wrong. Instead, in userv-ipif, unconditionally add routes for all sites, regardless of link up status. In practice this code is run during startup and the only reason a link might be down at that point, ie LINK_QUALITY_DOWN, is that it does not have an address configured. Mobile sites are often in this situation. Signed-off-by: Ian Jackson ---