diff options
Diffstat (limited to 'proto/rip/rip.c')
-rw-r--r-- | proto/rip/rip.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/proto/rip/rip.c b/proto/rip/rip.c index 7c097a92..f5442606 100644 --- a/proto/rip/rip.c +++ b/proto/rip/rip.c @@ -153,7 +153,6 @@ rip_announce_rte(struct rip_proto *p, struct rip_entry *en) /* Update */ rta a0 = { .source = RTS_RIP, - .scope = SCOPE_UNIVERSE, .dest = RTD_UNICAST, }; |