On Fri, May 1, 2015 at 11:02 AM, Pravin B Shelar <[email protected]> wrote: > Currently dont-fragment and TTL are initialized to zero, but > those are not default config for tunnel ports. dpctl > does not show default config of a port. So by setting these > values to default we can get cleaner `dpctl show` output. > > % ovs-dpctl show > system@ovs-system: > port 0: ovs-system (internal) > port 1: br0 (internal) > port 4: gre_sys (gre: df_default=false, ttl=0) > > % ovs-dpctl show # After initializing default values. > system@ovs-system: > port 0: ovs-system (internal) > port 1: br0 (internal) > port 4: gre_sys (gre) > > Signed-off-by: Pravin B Shelar <[email protected]>
Acked-by: Jesse Gross <[email protected]> _______________________________________________ dev mailing list [email protected] http://openvswitch.org/mailman/listinfo/dev
