]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
Merge branch 'master' into int-new
authorOndrej Zajicek (work) <santiago@crfreenet.org>
Wed, 9 Aug 2017 10:46:27 +0000 (12:46 +0200)
committerOndrej Zajicek (work) <santiago@crfreenet.org>
Wed, 9 Aug 2017 10:46:27 +0000 (12:46 +0200)
1  2 
filter/config.Y
proto/radv/radv.c

diff --cc filter/config.Y
Simple merge
index 4a6593b8a0f6391a088b4083afdcb48c11578225,91f9853d0d4fab4cce78c256f0331dd8018c1e50..b4b1bc584f9091abbdc75e57a6751fdbf6142655
@@@ -386,10 -370,7 +386,10 @@@ radv_reconfigure(struct proto *P, struc
     * causing nodes to temporary remove their default routes.
     */
  
 -  P->cf = c; /* radv_check_active() requires proper P->cf */
 +  if (!proto_configure_channel(P, &P->main_channel, proto_cf_main_channel(CF)))
 +    return 0;
 +
-   P->cf = CF; /* radv_check_active() requires proper p->cf */
++  P->cf = CF; /* radv_check_active() requires proper P->cf */
    p->active = radv_check_active(p);
  
    struct iface *iface;