summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2023-04-27 17:30:09 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2023-04-27 17:30:09 +0200
commit54f8b58fc17b278596f4def1b690e719913c2e75 (patch)
tree4c8717b2d63ab85dc3c5c503105f2682a0f5b398 /README
parentfa9d42260a789bebec1fee6fe3a19a0695617600 (diff)
downloadabase-54f8b58fc17b278596f4def1b690e719913c2e75.tar.gz
abase-54f8b58fc17b278596f4def1b690e719913c2e75.tar.bz2
implemented printing and up/down of simple interfaces
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 3 insertions, 1 deletions
diff --git a/README b/README
index 295c21a..24f0c06 100644
--- a/README
+++ b/README
@@ -8,7 +8,9 @@ Currently it contains the following:
- a simple 'hexdump'
- a 'fdisk' (but we have to decide for which kind of partition types
and what kind of operations, could be too big)
-- a 'ifconfig'
+- a 'ifconfig': show and configure simple interfaces
+- a 'ping': test a network connection
+- a 'netstat': see list of active connections of a machine
Note: abase is a shameless copy of sbase/ubase in certain areas like
the Makefile, libutil, etc. This might also make an integration into