SHOW ENDPOINTS command: New column and changes to output¶
Attention
This behavior change is in the 2024_04 bundle.
For the current status of the bundle, refer to Bundle History.
The SHOW ENDPOINTS command behaves as follows:
- Before the change:
In commands output, the
port
column always has a value.- After the change:
The output includes a new
port_range
column that appears immediately after theport
column.Column name
Description
PORT_RANGE
If
port
is null, contains a port range in the form ####-####.If the
port_range
column is NOT NULL, theport
column is NULL.
Ref: 1586