summaryrefslogtreecommitdiff
path: root/proto
diff options
context:
space:
mode:
authorMaria Matejka <mq@ucw.cz>2023-01-23 19:36:22 +0100
committerMaria Matejka <mq@ucw.cz>2023-01-23 19:39:45 +0100
commit4e6cd1b2e354efb1df087a4296560b4b4b03fd7c (patch)
treeb4140c296b488645307714fbc4bf5d9b01ac1dc7 /proto
parent5481bcd82f4c9dc2074267fb56858f5bf48910df (diff)
parentb28431e557c4f63923476094a919a0630001275e (diff)
Merge commit 'b28431e557c4f63923476094a919a0630001275e' into thread-next
Diffstat (limited to 'proto')
-rw-r--r--proto/babel/babel.c1
-rw-r--r--proto/rip/rip.c1
2 files changed, 2 insertions, 0 deletions
diff --git a/proto/babel/babel.c b/proto/babel/babel.c
index 685bb122..a00be9a5 100644
--- a/proto/babel/babel.c
+++ b/proto/babel/babel.c
@@ -2100,6 +2100,7 @@ static struct ea_class ea_babel_seqno = {
.name = "babel_seqno",
.type = T_INT,
.readonly = 1,
+ .hidden = 1,
};
diff --git a/proto/rip/rip.c b/proto/rip/rip.c
index 183fc265..5981ffa7 100644
--- a/proto/rip/rip.c
+++ b/proto/rip/rip.c
@@ -1260,6 +1260,7 @@ static struct ea_class ea_rip_from = {
.name = "rip_from",
.type = T_IFACE,
.readonly = 1,
+ .hidden = 1,
};
void