From 1d7eeb5c538bb13eeca2e7c15b338c6844c5960f Mon Sep 17 00:00:00 2001 From: Joachim Wiberg Date: Mon, 29 Apr 2024 13:10:59 +0200 Subject: [PATCH] doc: minor, follow-up to scripting.md Drop sysrepocfg commands from first section. Signed-off-by: Joachim Wiberg --- doc/scripting.md | 17 +---------------- 1 file changed, 1 insertion(+), 16 deletions(-) diff --git a/doc/scripting.md b/doc/scripting.md index d3c736d2..1a0acaf3 100644 --- a/doc/scripting.md +++ b/doc/scripting.md @@ -226,22 +226,6 @@ e9 UP 192.168.2.200/24 fe80::ff:fe00:9/64 br0 UP ``` - - -``` -admin@example:~$ sysrepocfg -X -fjson -d running -x "/ietf-interfaces:interfaces/interface[name='e1']/enabled" -{ - "ietf-interfaces:interfaces": { - "interface": [ - { - "name": "e1", - "enabled": false - } - ] - } -} -``` - ### Check Device's Network Connectivity Say you want to perform a [System Upgrade][#system-uprgade] and it just @@ -347,6 +331,7 @@ admin@infix.local%eth0's password: ***** ~$ ``` + ## Examples using SSH and sysrepocfg