Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F148026034
D19040.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
588 B
Referenced Files
None
Subscribers
None
D19040.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D19040: Don't set IFCAP_TXRTLMT during lagg_clone_create().
Attached
Detach File
Event Timeline
Log In to Comment