From: Ben Pfaff Date: Thu, 16 Jul 2009 22:15:02 +0000 (-0700) Subject: vswitchd: Make "fdb/show" output more meaningful port numbers. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=092bebdc047b8a4944762a454ff8653baa563ced;hp=092bebdc047b8a4944762a454ff8653baa563ced;p=openvswitch vswitchd: Make "fdb/show" output more meaningful port numbers. The "fdb/show" unixctl command was showing vswitch-internal port indexes, which cannot be meaningfully interpreted by software outside vswitchd. Also, they potentially change every time the vswitchd configuration file changes. This commit changes it to use a datapath port index instead, which are both more meaningful and more stable. ---