[Pkg-puppet-devel] Bug#918250: Facter: Could not process routing table entry: Expected a destination followed by key/value pairs

Miquel van Smoorenburg miquels at debian.org
Sun Jul 7 20:12:21 BST 2019


I ran into the same problem. It looks like it only happens on hosts with 
IPv6 enabled.

I found a workaround for hosts where the IPv6 address is configured 
statically in /etc/network/interfaces.

The workaround is to remove the 'onlink' attribute from the route, which 
can be done reasonably easy by adding one "up" command to any static entry:

iface eth0 inet6 static
     address 2001:0db8:85a3::7a/64
     gateway 2001:0db8:85a3::1
     dad-attempts 0
     # dirty hack. removes 'onlink' attribute. works around #918250.
     up ip -6 r change default via $IF_GATEWAY

HTH

Mike.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-puppet-devel/attachments/20190707/074afbbb/attachment.html>


More information about the Pkg-puppet-devel mailing list