This repository has been archived by the owner on Jun 20, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 670
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Hmmm need to think about plugin... |
Tested the repro in #1577 against Scope 0.10.0 + this branch; as you can see short lived connections to port 80 are visible: |
ip link del $BRIDGE_IFNAME >/dev/null 2>&1 || true | ||
ip link add name $FASTDP_BRIDGE_IFNAME mtu $MTU type veth peer name $BRIDGE_IFNAME mtu $MTU || return 1 | ||
|
||
# Create intermediary bridge netdev |
This comment was marked as abuse.
This comment was marked as abuse.
Sorry, something went wrong.
awh
force-pushed
the
issues/1577-interpose-bridge-netdev
branch
3 times, most recently
from
November 25, 2015 14:39
38d12e5
to
d4a46ba
Compare
awh
force-pushed
the
issues/1577-interpose-bridge-netdev
branch
from
November 25, 2015 16:31
14b53c4
to
890522f
Compare
awh
changed the title
[WIP] Optional intermediary bridge netdev
Optional intermediary bridge netdev
Nov 25, 2015
@@ -108,6 +108,7 @@ exec_remote() { | |||
-e WEAVE_CONTAINER_NAME \ | |||
-e WEAVE_MTU \ | |||
-e WEAVE_NO_FASTDP \ | |||
-e WEAVE_NO_BRIDGED_FASTDP \ |
This comment was marked as abuse.
This comment was marked as abuse.
Sorry, something went wrong.
This comment was marked as abuse.
This comment was marked as abuse.
Sorry, something went wrong.
This comment was marked as abuse.
This comment was marked as abuse.
Sorry, something went wrong.
Very nice. |
bboreham
added a commit
that referenced
this pull request
Nov 30, 2015
Optional intermediary bridge netdev. Fixes #1577.
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Modify the weave script to interpose an intermediary bridge netdev between application containers and the OVS datapath. Fixes #1577.