vswitchd: Make "fdb/show" output more meaningful port numbers.
authorBen Pfaff <blp@nicira.com>
Thu, 16 Jul 2009 22:15:02 +0000 (15:15 -0700)
committerBen Pfaff <blp@nicira.com>
Thu, 16 Jul 2009 22:15:02 +0000 (15:15 -0700)
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.


No differences found