From 4d55ba5409dc46a22a321d95e33736802610c1e2 Mon Sep 17 00:00:00 2001 From: NicJA Date: Tue, 20 Jan 2015 14:19:05 +0000 Subject: [PATCH] add IFT_SANA git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@49917 fb15a70f-31f2-0310-bbcc-cdcc74a49acc --- workbench/network/common/include/net/if_types.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/workbench/network/common/include/net/if_types.h b/workbench/network/common/include/net/if_types.h index 59e31df780..a75b717864 100644 --- a/workbench/network/common/include/net/if_types.h +++ b/workbench/network/common/include/net/if_types.h @@ -42,6 +42,9 @@ * ftp.isi.edu/in-notes/iana/assignments/smi-numbers */ + +#define IFT_SANA 0 + #define IFT_OTHER 0x1 /* none of the following */ #define IFT_1822 0x2 /* old-style arpanet imp */ #define IFT_HDH1822 0x3 /* HDH arpanet imp */ -- 2.11.4.GIT