finished up a nice netconsole reader that only listens on 1 interface
diff --git a/aos/common/Configuration.h b/aos/common/Configuration.h
index 2f7e777..e1b7ef5 100644
--- a/aos/common/Configuration.h
+++ b/aos/common/Configuration.h
@@ -31,6 +31,8 @@
   // The computer that the cRIO talks to.
   kAtom,
   kCRIO,
+  // Whatever device this is being run on.
+  kSelf,
 };
 // Returns the IP address to get to the specified machine.
 // The return value should be passed to free(3) if it is no longer needed.