Skip to content

Commit d128790

Browse files
Aaron Knoblochcopybara-github
authored andcommitted
[roll] Roll fuchsia [starnix] Skip invalid nexthop configuration packets
See the bug for more details, but the TL;DR is that Linux will silently discard invalid nexthop configurations, whilst continuing to process the valid configurations it may have received. This differs from the rust-netlink library's handling of invalid configurations: rust-netlink/netlink-packet-route#153 I've modified our fork to behave closer to Linux, but the above change was pulled down to stay as close as possible with the upstream source. Original-Fixed: 387579405 Test: Local validation with repro script in bug Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1235150 Original-Revision: 4fbe60fd0a31e5c34cb9be0aba09411f52cf4a30 GitOrigin-RevId: ce48070acbe32f97a13f2a5e44eedf8482301256 Change-Id: I7f8448b25de071412917e8c056946d8eb7a59a76
1 parent c6feda6 commit d128790

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="6206d5e88319de623c74acc33586f5bb99212b53"/>
14+
revision="4fbe60fd0a31e5c34cb9be0aba09411f52cf4a30"/>
1515
</projects>
1616
<hooks>
1717
<hook name="install-environment"

0 commit comments

Comments
 (0)