mirror of
https://github.com/apache/nuttx.git
synced 2026-05-31 14:17:13 +08:00
net/ethernet: ARP can be configured on interface
ARP can be configured on interface. Signed-off-by: gaohedong <gaohedong@xiaomi.com>
This commit is contained in:
+1
-1
@@ -53,7 +53,7 @@
|
||||
#define IFF_IPv6 (1 << 3) /* Configured for IPv6 packet (vs ARP or IPv4) */
|
||||
#define IFF_LOOPBACK (1 << 5) /* Is a loopback net */
|
||||
#define IFF_POINTOPOINT (1 << 6) /* Is point-to-point link */
|
||||
#define IFF_NOARP (1 << 7) /* ARP is not required for this packet */
|
||||
#define IFF_NOARP (1 << 7) /* ARP is not required for this interface */
|
||||
#define IFF_NAT (1 << 8) /* NAT is enabled for this interface */
|
||||
#define IFF_SLAVE (1 << 11) /* Slave of a load balancer. */
|
||||
#define IFF_MULTICAST (1 << 12) /* Supports multicast. */
|
||||
|
||||
Reference in New Issue
Block a user