1b1b4d261SWilliam A. Kennington IIIdescription: >
2b1b4d261SWilliam A. Kennington III    This interface defines the attributes of services which support socket-based
3b1b4d261SWilliam A. Kennington III    activation. Applications can expose the port number of a network service by
4b1b4d261SWilliam A. Kennington III    implementing this interface. For example, application like
5b1b4d261SWilliam A. Kennington III    service-config-manager will implement this interface for network services
6*a1347418SPatrick Williams    like bmcweb and phosphor-ipmi-net and allow the port number to be
7*a1347418SPatrick Williams    configured.
8b1b4d261SWilliam A. Kennington III
9b1b4d261SWilliam A. Kennington IIIproperties:
10b1b4d261SWilliam A. Kennington III    - name: Port
11b1b4d261SWilliam A. Kennington III      type: uint16
12b1b4d261SWilliam A. Kennington III      description: >
13b1b4d261SWilliam A. Kennington III          Specifies the port number on which the service is listening. This
14b1b4d261SWilliam A. Kennington III          property can be set to configure a port number for the service.
15