Skip to content
This repository has been archived by the owner on Jun 20, 2024. It is now read-only.

Don't inspect the DF flag earlier than we need to #1016

Merged
merged 3 commits into from
Jun 26, 2015
Merged

Conversation

dpw
Copy link
Contributor

@dpw dpw commented Jun 25, 2015

The router extracts the DF flag from a received frame early on and passes it around. But it doesn't use it in any significant way until it reaches the UDP forwarder code. These commits defer extracting it until it is really needed.

@rade
Copy link
Member

rade commented Jun 26, 2015

I've managed to eliminate the DF passing API strangeness. This should perhaps be squashed with dpw@64ac774.

Am happy with the rest.

@rade rade assigned dpw Jun 26, 2015
@dpw
Copy link
Contributor Author

dpw commented Jun 26, 2015

Fine.

@dpw dpw assigned rade and unassigned dpw Jun 26, 2015
rade added a commit that referenced this pull request Jun 26, 2015
Don't inspect the DF flag earlier than we need to
@rade rade merged commit 33d85aa into weaveworks:master Jun 26, 2015
@rade rade modified the milestone: 1.1.0 Jul 2, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants