<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<p> Hi,<br>
<br>
I am running the default Bird install (1.5.0-4build1) <span
style="font-size:10.0pt;font-family:"Arial",sans-serif;color:#1F497D"></span>from
Ubuntu 16.0.4 and when I enable merge paths on the kernel protocol
bird refuses to start because of a syntax error. This is the very
default config I use. Do I miss something obvious?<br>
<br>
log syslog { info, remote, warning, error, auth, fatal, bug };<br>
router id 172.16.1.252;<br>
<br>
# The Kernel protocol is not a real routing protocol. Instead of
communicating<br>
# with other routers in the network, it performs synchronization
of BIRD's<br>
# routing tables with the OS kernel.<br>
protocol kernel {<br>
import none;<br>
merge paths on;<br>
export all;<br>
}<br>
protocol bgp {<br>
local as 65000;<br>
neighbor 172.16.3.2 as 65000;<br>
}<br>
<br>
<span
style="font-size:10.0pt;font-family:"Arial",sans-serif;color:#1F497D"></span>protocol
device {<br>
scan time 60;<br>
}<br>
<br>
Eelco Nieuwstad</p>
</body>
</html>