diff options
Diffstat (limited to 'proto')
-rw-r--r-- | proto/babel/babel.c | 1 | ||||
-rw-r--r-- | proto/rip/rip.c | 1 |
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 |