On Wed, May 27, 2015 at 10:48 AM, Jesse Gross wrote:
> When we format most netlink attributes we do so from the netlink
> itself, iterating through each one and printing the contents out.
> However, for tunnels we don't do this - we first convert to the
> OVS userspace representation and then form
When we format most netlink attributes we do so from the netlink
itself, iterating through each one and printing the contents out.
However, for tunnels we don't do this - we first convert to the
OVS userspace representation and then format that. While convienient,
this isn't really ideal as the pri