]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
Merge commit 'cd3b02d198093abbbe671f647e4deb2470eb9cf1' into integrated
authorOndrej Zajicek <santiago@crfreenet.org>
Wed, 22 May 2013 22:00:32 +0000 (00:00 +0200)
committerOndrej Zajicek <santiago@crfreenet.org>
Wed, 22 May 2013 22:05:28 +0000 (00:05 +0200)
1  2 
nest/iface.c

diff --cc nest/iface.c
index 1664670e46b525c670831cd06951bcc496f44ea4,b4ab70c3adf355c2e0dfcc284912a55d412ece0d..d3d014164c9f92d57d1384386d16ffd2587dcbca
@@@ -600,14 -600,14 +600,6 @@@ if_choose_router_id(struct iface_patt *
          if (a->scope <= SCOPE_LINK)
            continue;
  
--        /* FIXME: This should go away */
--        if (a->flags & IA_PEER)
--          continue;
--
--        /* FIXME: This should go away too */
--        if (!mask && (a != i->addr))
--          continue;
--
          /* Check pattern if specified */
          if (mask && !iface_patt_match(mask, i, a))
            continue;