summaryrefslogtreecommitdiffstats
path: root/nest/route.h
diff options
context:
space:
mode:
authorMartin Mares <mj@ucw.cz>2000-04-17 13:23:05 +0200
committerMartin Mares <mj@ucw.cz>2000-04-17 13:23:05 +0200
commit51a183af78a330cca46f12dcbff79bb045c4c854 (patch)
tree301288a4402b62fc433556ea4d37df65232d9991 /nest/route.h
parent4b03f64b341db7b73eedc00bc5321fedf349a236 (diff)
downloadbird-51a183af78a330cca46f12dcbff79bb045c4c854.tar
bird-51a183af78a330cca46f12dcbff79bb045c4c854.zip
Define EAF_ORIGINATED and propagate it properly when merging attribute lists.
Diffstat (limited to 'nest/route.h')
-rw-r--r--nest/route.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/nest/route.h b/nest/route.h
index a7879c1..31dfa5d 100644
--- a/nest/route.h
+++ b/nest/route.h
@@ -298,6 +298,7 @@ typedef struct eattr {
#define EAF_TYPE_UNDEF 0x0f /* `force undefined' entry */
#define EAF_EMBEDDED 0x01 /* Data stored in eattr.u.data (part of type spec) */
#define EAF_VAR_LENGTH 0x02 /* Attribute length is variable (part of type spec) */
+#define EAF_ORIGINATED 0x40 /* The attribute has originated locally */
#define EAF_TEMP 0x80 /* A temporary attribute (the one stored in the tmp attr list) */
struct adata {