log stderr all; router id 10.0.0.1; protocol device { scan time 20; } # 1. Using an IPv6 Link-Local neighbor on a real interface. # 2. Protocol state transitions to Active/Connect (socket opens). # 3. An incoming TCP connection hits the port. protocol bgp crash_test { local as 65000; local port 17999; neighbor fe80::1234 % 'eth0' as 65001; ipv4 { import all; export all; }; ipv6 { import all; export all; }; }