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

Commit

Permalink
Prefix interface names with 'veth' so NetworkManager ignores them
Browse files Browse the repository at this point in the history
  • Loading branch information
bboreham committed Dec 15, 2015
1 parent d1ba4ab commit 4d2d496
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 @@ -318,8 +318,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=veth-${BRIDGE}
DATAPATH_IFNAME=vethwe${DATAPATH}
CONTAINER_IFNAME=ethwe
# ROUTER_HOSTNETNS_IFNAME is only used for fastdp with encryption
ROUTER_HOSTNETNS_IFNAME=veth-weave
Expand Down

0 comments on commit 4d2d496

Please sign in to comment.