matthardeman wrote:
... Is there a way to force a full core dump so that you can examine the heap?
You can generate coredump by sending SIG_ABORT to bgpd process:
root@pro0:~# sudo kill -ABRT `pidof bgpd`
root@pro0:~# ls -l /var/core/core*
-rw------- 1 root root 204001280 Sep 16 04:32 /var/core/core-bgpd-802-1474000244
Did you notice bgpd leak in previous firmware (1.8.5, 1.8.0)? Or it first appeared only in 1.9.0?