diff options
author | Santo Cariotti <santo@dcariotti.me> | 2022-12-01 16:50:30 +0100 |
---|---|---|
committer | Santo Cariotti <santo@dcariotti.me> | 2022-12-01 16:50:30 +0100 |
commit | 67181d975d7a685eccef5ac3c6071e7c17ee9efa (patch) | |
tree | 48504ef0513a70c64de68245cd4edbff82c3e21a /docs/chapters | |
parent | 97fbebaa22fc38b4276e1e05ca41631bfdf96044 (diff) |
Fix ipmain
Diffstat (limited to 'docs/chapters')
-rw-r--r-- | docs/chapters/network.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/chapters/network.tex b/docs/chapters/network.tex index 4b59370..1ff9203 100644 --- a/docs/chapters/network.tex +++ b/docs/chapters/network.tex @@ -6,7 +6,7 @@ Aprendo Termshark la prima cosa che può venir in mente è quella di filtrare pe \begin{lstlisting} $ ip -br a lo UNKNOWN 127.0.0.1/8 ::1/128 -wlp2s0 UP 151.97.156.203/20 fe80::dab5:fab1:2c92:1fcb/64 +wlp2s0 UP 192.168.1.128/24 fe80::dab5:fab1:2c92:1fcb/64 docker0 DOWN 172.17.0.1/16 .. \end{lstlisting} |