Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Drop stack.Route.NICID #5303

Closed
wants to merge 1 commit into from
Closed

Drop stack.Route.NICID #5303

wants to merge 1 commit into from

Conversation

copybara-service[bot]
Copy link

Drop stack.Route.NICID

Packets with same LocalAddress/RemoteAddress pair may be sent from
different interfaces depending on routing table, interface and
address changes throughout the lifetime of a route. Therefore, it
does not make sense to assume that a route is bound to only one
interface so drop the NICID method from stack.Route to remove
assumptions around the interface a packet is written to.

Packets with same LocalAddress/RemoteAddress pair may be sent from
different interfaces depending on routing table, interface and
address changes throughout the lifetime of a route. Therefore, it
does not make sense to assume that a route is bound to only one
interface so drop the NICID method from stack.Route to remove
assumptions around the interface a packet is written to.

PiperOrigin-RevId: 352329289
@google-cla google-cla bot added the cla: yes CLA has been signed label Jan 18, 2021
@copybara-service copybara-service bot closed this Jan 20, 2021
@copybara-service copybara-service bot deleted the test/cl352329289 branch January 20, 2021 23:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes CLA has been signed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant