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

common/pick_address.cc: Copy public_netw to cluster_netw if cluster empty #12929

Merged
merged 3 commits into from Jan 24, 2017

Commits on Jan 20, 2017

  1. common/pick_address.cc: Copy public_netw to cluset_netw if cluster empty

     - When public network is set, but cluster network is not, then
       the cluster-bindings would be on 0.0.0.0 which could be unexpeted.
    
     In this commit we copy the public network into the cluster network
     to make sure that the cluster backend is not bound on 0.0.0.0
     Which could be consideren an insecure, or unexpected, action.
    
    Signed-off-by: Willem Jan Withagen <wjw@digiware.nl>
    wjwithagen committed Jan 20, 2017
    Configuration menu
    Copy the full SHA
    7cf7be7 View commit details
    Browse the repository at this point in the history
  2. PendingReleaseNotes: Specify the change in behaviour of assigning to …

    …public_netw
    
    Signed-off-by: Willem Jan Withagen <wjw@digiware.nl>
    wjwithagen committed Jan 20, 2017
    Configuration menu
    Copy the full SHA
    2c4010b View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2017

  1. Configuration menu
    Copy the full SHA
    d0740a3 View commit details
    Browse the repository at this point in the history