mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-11-17 08:38:42 +00:00
Added missing semicolon.
rip.h compiles in IPv6 mode, rip.c still doesn't.
This commit is contained in:
parent
a2867cd957
commit
3f996d46df
@ -55,7 +55,7 @@ struct rip_block { /* IPv6 version! */
|
||||
ip_addr network;
|
||||
u16 tag;
|
||||
u8 pxlen;
|
||||
u8 metric
|
||||
u8 metric;
|
||||
};
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user