X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/blobdiff_plain/6a8616d45d9fddecb71906f4548e9a010d3ff669..6db0b3a4cd0c5a1abaf060748a769c56a9b62d12:/usr/src/sbin/routed/defs.h diff --git a/usr/src/sbin/routed/defs.h b/usr/src/sbin/routed/defs.h index ae39fbaecb..220b57d97e 100644 --- a/usr/src/sbin/routed/defs.h +++ b/usr/src/sbin/routed/defs.h @@ -1,4 +1,4 @@ -/* defs.h 4.7 82/06/08 */ +/* defs.h 4.8 82/06/09 */ /* * Internal data structure definitions for @@ -59,6 +59,7 @@ struct rt_entry { #define RTS_ADDRT 0x4 /* add command pending */ #define RTS_PASSIVE 0x8 /* don't send to router */ #define RTS_INTERFACE 0x10 /* route is for an interface */ +#define RTS_GLOBAL 0x20 /* entry is non-local, don't lose it */ struct rthash nethash[ROUTEHASHSIZ], hosthash[ROUTEHASHSIZ]; struct rt_entry *rtlookup(), *rtfind();