summaryrefslogtreecommitdiff
path: root/docs/automation/vyos-api.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/automation/vyos-api.md')
-rw-r--r--docs/automation/vyos-api.md3
1 files changed, 0 insertions, 3 deletions
diff --git a/docs/automation/vyos-api.md b/docs/automation/vyos-api.md
index 224107f5..a2bd81ee 100644
--- a/docs/automation/vyos-api.md
+++ b/docs/automation/vyos-api.md
@@ -172,12 +172,10 @@ response (shortened)
"eth0": {
"address": "dhcp",
"duplex": "auto",
- "hw-id": "50:00:00:01:00:00",
"speed": "auto"
},
"eth1": {
"duplex": "auto",
- "hw-id": "50:00:00:01:00:01",
"speed": "auto"
...
},
@@ -416,7 +414,6 @@ response (shortened):
{
"success": true,
"data": "set interfaces ethernet eth0 address 'dhcp'\n
- set interfaces ethernet eth0 hw-id '50:00:00:01:00:00'\n
set system host-name 'vyos'\n
...",
"error": null