summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorMaria Matejka <mq@ucw.cz>2022-06-27 12:14:05 +0200
committerMaria Matejka <mq@ucw.cz>2022-06-27 12:32:47 +0200
commitd2142ad4050c64991f856734bafadd527c28e74b (patch)
treea5232767df4e66a556ffabc7b24aee867e76c0f6 /lib
parent0f2f5ac58c8bc487ad62d153bfc5ebdb97d54fbd (diff)
Fixed displaying BGP and RIP attributes after recent reworks
Diffstat (limited to 'lib')
-rw-r--r--lib/route.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/route.h b/lib/route.h
index f7b089d9..130465f9 100644
--- a/lib/route.h
+++ b/lib/route.h
@@ -172,6 +172,7 @@ struct ea_class {
btype type; /* Data type ID */ \
uint readonly:1; /* This attribute can't be changed by filters */ \
uint conf:1; /* Requested by config */ \
+ uint hidden:1; /* Technical attribute, do not show, do not expose to filters */ \
void (*format)(const eattr *ea, byte *buf, uint size); \
void (*stored)(const eattr *ea); /* When stored into global hash */ \
void (*freed)(const eattr *ea); /* When released from global hash */ \