chiark / gitweb /
Support SLIP encapsulation as a tunnelling mechanism.
[tripe] / tripe.c
diff --git a/tripe.c b/tripe.c
index 78a3d726c583f948cc387d02f3d2e4ab59906498..180177ee66450b8876ff63f3b9fe064017a616d3 100644 (file)
--- a/tripe.c
+++ b/tripe.c
@@ -247,7 +247,8 @@ int main(int argc, char *argv[])
        break;
 #endif
       case '0': {
-       static const char *tun[] = { "notdef", "unet", "bsd", "linux" };
+       static const char *tun[] =
+         { "notdef", "unet", "bsd", "linux", "slip" };
        puts(tun[TUN_TYPE]);
        exit(0);
       } break;