diff options
author | Jiri Pirko <jiri@resnulli.us> | 2014-11-28 08:34:19 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2014-12-02 23:01:22 -0500 |
commit | aecbe01e7410ad2de022796472f531ae6941f15e (patch) | |
tree | daa2d66fbd4bbfb58b2ab8892708c8634537d209 /Documentation/ABI | |
parent | 82f2841291cfaf4d225aa1766424280254d3e3b2 (diff) |
net-sysfs: expose physical switch id for particular device
Signed-off-by: Jiri Pirko <jiri@resnulli.us>
Reviewed-by: Thomas Graf <tgraf@suug.ch>
Acked-by: John Fastabend <john.r.fastabend@intel.com>
Acked-by: Andy Gospodarek <gospo@cumulusnetworks.com>
Acked-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'Documentation/ABI')
-rw-r--r-- | Documentation/ABI/testing/sysfs-class-net | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Documentation/ABI/testing/sysfs-class-net b/Documentation/ABI/testing/sysfs-class-net index e1b2e785bba8..beb8ec4dabbc 100644 --- a/Documentation/ABI/testing/sysfs-class-net +++ b/Documentation/ABI/testing/sysfs-class-net | |||
@@ -216,3 +216,11 @@ Contact: netdev@vger.kernel.org | |||
216 | Description: | 216 | Description: |
217 | Indicates the interface protocol type as a decimal value. See | 217 | Indicates the interface protocol type as a decimal value. See |
218 | include/uapi/linux/if_arp.h for all possible values. | 218 | include/uapi/linux/if_arp.h for all possible values. |
219 | |||
220 | What: /sys/class/net/<iface>/phys_switch_id | ||
221 | Date: November 2014 | ||
222 | KernelVersion: 3.19 | ||
223 | Contact: netdev@vger.kernel.org | ||
224 | Description: | ||
225 | Indicates the unique physical switch identifier of a switch this | ||
226 | port belongs to, as a string. | ||