diff options
Diffstat (limited to 'proto/rip/rip.c')
-rw-r--r-- | proto/rip/rip.c | 1 |
1 files changed, 1 insertions, 0 deletions
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 |