[IPV4]: struct fib_config IPv4 address fields annotated
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
17fb2c6439
commit
6d85c10abe
2 changed files with 5 additions and 5 deletions
|
@ -273,7 +273,7 @@ static int put_rtax(struct nlattr *mx, int len, int type, u32 value)
|
|||
static int rtentry_to_fib_config(int cmd, struct rtentry *rt,
|
||||
struct fib_config *cfg)
|
||||
{
|
||||
u32 addr;
|
||||
__be32 addr;
|
||||
int plen;
|
||||
|
||||
memset(cfg, 0, sizeof(*cfg));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue