Skip to content

Commit a84497f

Browse files
Bruno Dal Bocopybara-github
authored andcommitted
[roll] Roll fuchsia [netstack3] Split ip::IpDeviceStateContext
Split the trait into methods that are typically used on ingress vs egress. The motivation here is that the ingress context requires the GMP lock to check for multicast groups, whereas the egress one doesn't. This allows us to rework the GMP locks and send MLD/IGMP packets under the GMP lock. Original-Bug: 336871374 Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1163883 Original-Revision: 6e1592d2b60f93925ca75b8d7372041cfe6213bc GitOrigin-RevId: 1f70c0c2cdea19a79a7c9e4cd9106197d40a19db Change-Id: Id55b40169d2d671b4685b9148e5e91183c607ca3
1 parent 1b3888e commit a84497f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stem

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
githooks="integration/git-hooks"
1212
remote="https://fuchsia.googlesource.com/fuchsia"
1313
gerrithost="https://fuchsia-review.googlesource.com"
14-
revision="bef21fb53ace99dd2317035cb71879ff1caaaa0a"/>
14+
revision="6e1592d2b60f93925ca75b8d7372041cfe6213bc"/>
1515
</projects>
1616
<hooks>
1717
<hook name="install-environment"

0 commit comments

Comments
 (0)