Page MenuHomeFreeBSD

D19040.diff
No OneTemporary

D19040.diff

Index: head/sys/net/if_lagg.c
===================================================================
--- head/sys/net/if_lagg.c
+++ head/sys/net/if_lagg.c
@@ -514,10 +514,8 @@
ifp->if_flags = IFF_SIMPLEX | IFF_BROADCAST | IFF_MULTICAST;
#ifdef RATELIMIT
ifp->if_snd_tag_alloc = lagg_snd_tag_alloc;
- ifp->if_capenable = ifp->if_capabilities = IFCAP_HWSTATS | IFCAP_TXRTLMT;
-#else
- ifp->if_capenable = ifp->if_capabilities = IFCAP_HWSTATS;
#endif
+ ifp->if_capenable = ifp->if_capabilities = IFCAP_HWSTATS;
/*
* Attach as an ordinary ethernet device, children will be attached

File Metadata

Mime Type
text/plain
Expires
Mon, Mar 16, 6:28 AM (7 h, 19 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29757881
Default Alt Text
D19040.diff (588 B)

Event Timeline