Skip to content
  • Ben Pfaff's avatar
    Support accepting and displaying port names in OVS tools. · 50f96b10
    Ben Pfaff authored
    
    
    Until now, most ovs-ofctl commands have not accepted names for ports, only
    numbers, and have not been able to display port names either.  It's a lot
    easier for users if they can use and see meaningful names instead of
    arbitrary numbers.  This commit adds that support.
    
    For backward compatibility, only interactive ovs-ofctl commands by default
    display port names; to display them in scripts, use the new --names
    option.
    
    Signed-off-by: default avatarBen Pfaff <blp@ovn.org>
    Tested-by: default avatarAaron Conole <aconole@redhat.com>
    50f96b10