From d2142ad4050c64991f856734bafadd527c28e74b Mon Sep 17 00:00:00 2001 From: Maria Matejka Date: Mon, 27 Jun 2022 12:14:05 +0200 Subject: Fixed displaying BGP and RIP attributes after recent reworks --- lib/route.h | 1 + 1 file changed, 1 insertion(+) (limited to 'lib') 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 */ \ -- cgit v1.2.3