Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dpctl: cleaner dpctl output for tunnel ports.
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]>
- Loading branch information