On 11/6/18 2:39 PM, Stefano Brivio wrote: > Use a router between endpoints, implemented via namespaces, set a low MTU > between router and destination endpoint, exceed it and check PMTU value in > route exceptions. > > Reviewed-by: Sabrina Dubroca <[email protected]> > Signed-off-by: Stefano Brivio <[email protected]> > --- > This only introduces tests over VxLAN over IPv6 right now. I'll introduce > tests over IPv4 (they can be added trivially) once DF configuration support > is accepted into iproute2.
you can add them now and wrapped in a 'does ip support the df option' check. That is needed regardless of order (kernel vs iproute2).
