On Fri, May 01, 2015 at 11:02:02AM -0700, Pravin B Shelar 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 <pshe...@nicira.com>
I noticed this odd ovs-dpctl behavior yesterday, and I'm glad to see that you figured out the problem and fixed it. Thank you! The form of the fix isn't obvious to me, and I don't have time at the moment to figure out why it's the correct fix, so I'll leave it to someone else to actually review the patch. _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev