diff --git a/README.md b/README.md index f120db4..e1fffab 100644 --- a/README.md +++ b/README.md @@ -239,11 +239,16 @@ dmesg: run: grep v4l output: dmesg.out superuser: required -ip: - run: ip a +run: ip a + summary: + - title: Network interfaces state + run: python3 $PROTOPLASTER_SCRIPTS/generate_ip_table.py "$(cat)" output: ip.out on-fail: run: ifconfig -a + summary: + - title: Network interfaces state + run: python3 $PROTOPLASTER_SCRIPTS/generate_ifconfig_table.py "$(cat)" output: ifconfig.out ```