Compute etcd peer bind addr#3
Merged
deads2k merged 1 commit intodeads2k:deads-split-master.gofrom Feb 25, 2015
liggitt:start_config
Merged
Compute etcd peer bind addr#3deads2k merged 1 commit intodeads2k:deads-split-master.gofrom liggitt:start_config
deads2k merged 1 commit intodeads2k:deads-split-master.gofrom
liggitt:start_config
Conversation
deads2k
pushed a commit
that referenced
this pull request
May 17, 2016
First hack at docker builds for OSE
deads2k
pushed a commit
that referenced
this pull request
Jul 6, 2016
Docker-only containers (eg, "docker run foobar") get attached to lbr0, and their traffic flows from lbr0 -> vlinuxbr -> vovsbr -> br0. To ensure that docker-only containers can access the rest of the world through tun0, we need to pass their traffic along instead of dropping it in table #3: cookie=0x0, duration=12307.238s, table=0, n_packets=292, n_bytes=23330, actions=learn(table=7,hard_timeout=900,priority=200,NXM_OF_ETH_DST[]=NXM_OF_ETH_SRC[],load:NXM_NX_TUN_IPV4_SRC[]->NXM_NX_TUN_IPV4_DST[],output:NXM_OF_IN_PORT[]),goto_table:1 cookie=0x0, duration=12307.227s, table=1, n_packets=165, n_bytes=13199, actions=goto_table:3 <drop due to no match> Add a rule allowing traffic from vovsbr to jump from table #3 to table #4, where it will get directed to the right place (either other pods or tun0).
deads2k
pushed a commit
that referenced
this pull request
Jun 15, 2017
Refactor controller initialization (round #3)
deads2k
pushed a commit
that referenced
this pull request
Oct 26, 2017
Suppress Strict-Transport-Security header for http requests It is only emitted for https. bug 1501133 https://bugzilla.redhat.com/show_bug.cgi?id=1501133 see comment #3
deads2k
pushed a commit
that referenced
this pull request
Oct 26, 2017
Automatic merge from submit-queue (batch tested with PRs 16888, 16911, 16913, 16904). Router - hsts for "edge" or "reencrypt" only Suppress Strict-Transport-Security header for http requests It is only emitted for https. bug 1501133 https://bugzilla.redhat.com/show_bug.cgi?id=1501133 see comment #3
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.