diff options
Diffstat (limited to 'proto/rip/rip.h')
-rw-r--r-- | proto/rip/rip.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/proto/rip/rip.h b/proto/rip/rip.h index 7d9cadf..62c8121 100644 --- a/proto/rip/rip.h +++ b/proto/rip/rip.h @@ -55,7 +55,7 @@ struct rip_block { /* IPv6 version! */ ip_addr network; u16 tag; u8 pxlen; - u8 metric + u8 metric; }; #endif |