]> git.pld-linux.org Git - packages/bird.git/blob - bird-allowalien.patch
- fixed typo
[packages/bird.git] / bird-allowalien.patch
1 diff -ru bird-1.3.0.orig/sysdep/linux/netlink/netlink.c bird-1.3.0/sysdep/linux/netlink/netlink.c
2 --- bird-1.3.0.orig/sysdep/linux/netlink/netlink.c      2011-03-31 10:29:42.000000000 +0200
3 +++ bird-1.3.0/sysdep/linux/netlink/netlink.c   2011-04-10 00:51:11.000000000 +0200
4 @@ -851,8 +851,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.032923 seconds and 3 git commands to generate.