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

Commit

Permalink
Merge pull request #1790 from weaveworks/1783-veth-name
Browse files Browse the repository at this point in the history
Prefix interface names with 'veth' so NetworkManager ignores them
  • Loading branch information
awh committed Dec 16, 2015
2 parents f9228ee + 1a1d8b7 commit ce90d23
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions weave
Original file line number Diff line number Diff line change
Expand Up @@ -345,8 +345,8 @@ CONTAINER_NAME=${WEAVE_CONTAINER_NAME:-weave}
BRIDGE=weave
# This value is overridden when the datapath is used unbridged
DATAPATH=datapath
BRIDGE_IFNAME=link-${BRIDGE}
DATAPATH_IFNAME=${DATAPATH}-link
BRIDGE_IFNAME=vethwe-bridge
DATAPATH_IFNAME=vethwe-datapath
CONTAINER_IFNAME=ethwe
PORT=${WEAVE_PORT:-6783}
HTTP_PORT=6784
Expand Down

0 comments on commit ce90d23

Please sign in to comment.