File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -149,8 +149,12 @@ def testNotifications(self):
149
149
150
150
Relevant kernel commits:
151
151
upstream net-next:
152
+ 765c9c6 neigh: Better handling of transition to NUD_PROBE state
152
153
53385d2 neigh: Netlink notification for administrative NUD state change
153
154
(only checked on kernel v3.13+, not on v3.10)
155
+
156
+ android-3.10:
157
+ e4a6d6b neigh: Better handling of transition to NUD_PROBE state
154
158
"""
155
159
156
160
router4 = self ._RouterAddress (self .netid , 4 )
Original file line number Diff line number Diff line change @@ -384,9 +384,11 @@ def testCrossProtocolCalls(self):
384
384
385
385
Relevant kernel commits:
386
386
upstream net:
387
+ 91a0b60 net/ping: handle protocol mismatching scenario
387
388
9145736 net: ping: Return EAFNOSUPPORT when appropriate.
388
389
389
390
android-3.10:
391
+ 78a6809 net/ping: handle protocol mismatching scenario
390
392
428e6d6 net: ping: Return EAFNOSUPPORT when appropriate.
391
393
"""
392
394
You can’t perform that action at this time.
0 commit comments