renaming to src/neco to src/nepi
[nepi.git] / src / nepi / execution / tags.py
diff --git a/src/nepi/execution/tags.py b/src/nepi/execution/tags.py
new file mode 100644 (file)
index 0000000..244713a
--- /dev/null
@@ -0,0 +1,21 @@
+NODE = "node"
+NETWORK_INTERFACE = "network interface"
+SWITCH = "switch"
+TUNNEL = "tunnel"
+APPLICATION = "application"
+CHANNEL = "channel"
+CPU = "cpu"
+
+IP4ADDRESS = "ipv4"
+IP6ADDRESS = "ipv6"
+MACADDRESS = "mac"
+IPADDRESS = "ip"
+ROUTE = "route"
+FLOW = "flow"
+
+WIRELESS = "wireless"
+ETHERNET = "ethernet"
+SIMULATED = "simulated"
+VIRTUAL = "virtual"
+MOBILE = "mobile"
+