]> git.pld-linux.org Git - packages/bird.git/blob - bird-allowalien.patch
rel 3; support BIRD_OPTS in /etc/sysconfig/bird*
[packages/bird.git] / bird-allowalien.patch
1 diff -ru bird-1.3.9.orig/sysdep/linux/netlink.c bird-1.3.9/sysdep/linux/netlink.c
2 --- bird-1.3.9.orig/sysdep/linux/netlink.c      2012-08-07 11:15:45.000000000 +0200
3 +++ bird-1.3.9/sysdep/linux/netlink.c   2013-02-03 18:58:22.203590335 +0100
4 @@ -870,8 +870,9 @@
5            * for their 'alien' routes.
6            */
7  
8 -         if (i->rtm_protocol == RTPROT_BOOT)
9 +         /*if (i->rtm_protocol == RTPROT_BOOT)
10             src = KRT_SRC_KERNEL;
11 +          */
12         }
13  
14        break;
This page took 0.054719 seconds and 3 git commands to generate.