diff options
| author | Christian Breunig <christian@breunig.cc> | 2026-09-16 04:50:29 +0000 |
|---|---|---|
| committer | Christian Breunig <christian@breunig.cc> | 2026-09-16 04:50:29 +0000 |
| commit | 2823be3beaf38a938da1cb2c2cf811dd0c18f094 (patch) | |
| tree | 1acdd99ae0a4dc56cf414d08fe610ed4b2e79e75 /docs/automation/vyos-api.md | |
| parent | f1fef3e17f62c143bd2a98a2750bd54d8b7b19a1 (diff) | |
| download | vyos-documentation-T3871-ifname-store.tar.gz vyos-documentation-T3871-ifname-store.zip | |
docs: T3871: drop hw-id from the example outputT3871-ifname-store
The node is gone from the CLI, so example configuration dumps which still
show it no longer match what a reader sees on their own system. Remove it
from the shown output only; no prose changes. The comparison shown on the
testing page is rewritten rather than trimmed, as deleting the lines would
have left an edit level behind with nothing under it.
Diffstat (limited to 'docs/automation/vyos-api.md')
| -rw-r--r-- | docs/automation/vyos-api.md | 3 |
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 |
