Added missing semicolon.
rip.h compiles in IPv6 mode, rip.c still doesn't.
This commit is contained in:
parent
a2867cd957
commit
3f996d46df
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ struct rip_block { /* IPv6 version! */
|
|||
ip_addr network;
|
||||
u16 tag;
|
||||
u8 pxlen;
|
||||
u8 metric
|
||||
u8 metric;
|
||||
};
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue