Skip to content

Commit

Permalink
[ROSE]: ROSE has no ARP
Browse files Browse the repository at this point in the history
ARP over ROSE does not exist so it's obviously not implemented on any
ROSE stack, so the ROSE interfaces really should default to IFF_NOARP.

Signed-off-by: Ralf Baechle DL5RB <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
  • Loading branch information
ralfbaechle authored and davem330 committed Sep 12, 2005
1 parent 7237729 commit d2ce4bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/rose/rose_dev.c
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,6 @@ void rose_setup(struct net_device *dev)
dev->set_mac_address = rose_set_mac_address;

/* New-style flags. */
dev->flags = 0;
dev->flags = IFF_NOARP;
dev->get_stats = rose_get_stats;
}

0 comments on commit d2ce4bc

Please sign in to comment.