Occasionally, when running 'ovs-appctl fdb/show BRIDGE', I am seeing
the port for some MAC addresses shown as "LOCAL", instead of the
expected port number.

For example:

# ovs-appctl fdb/show br-ex
 port  VLAN  MAC                Age
    1     0  ac:1f:6b:61:54:36   95
    1     0  ac:1f:6b:61:54:da   94
    1     0  ac:1f:6b:61:55:b4   94
    1     0  48:5a:0d:31:88:ef   46
    1     0  ac:1f:6b:61:72:94   27
    1     0  ac:1f:6b:61:72:fe   25
    1     0  48:5a:0d:31:15:20   16
LOCAL     0  ac:1f:6b:6c:44:92    5
    1     0  48:5a:0d:31:88:20    0

This makes parsing this output (in C) much more difficult, as I can't
just use sscanf().

Is this expected behavior?

(I don't suppose that there's a secret, undocumented, way to get actual
machine-parseable output from the server?)

--
========================================================================
Google                                      Where SkyNet meets Idiocracy
========================================================================


_______________________________________________
dev mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to