At commit 95616c820248018f4999972cad315f2da60e4960 (4 May 2012) I get an error towards the end of the build process when running make after ./configure --enable-ipv6 gcc -o ../bird nest/all.o filter/all.o proto/bgp/all.o proto/ospf/all.o proto/pipe/all.o proto/radv/all.o proto/rip/all.o proto/static/all.o conf/all.o lib/birdlib.a -lrt proto/bgp/all.o: In function `bgp_do_rx_update': /home/bpaterso/git/bird-homenet.git/obj/proto/bgp/../../../proto/bgp/packets.c:1035: undefined reference to `bgp_apply_limits' collect2: ld returned 1 exit status make[1]: *** [../bird] Error 1 make[1]: Leaving directory `/home/bpaterso/git/bird-homenet.git/obj' make: *** [all] Error 2 I'm not getting this error in 1.3.7. I would love to be able to merge the most recent changes into my development branch, but right now that's keeping me from it :( Cheers