Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions pkg/network/gvisortapvsock/gvisortapvsock.go
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,8 @@ func (d *parentDriver) setupVirtualNetwork(gateway string) (*virtualnetwork.Virt
// and allows for easier debugging and identification of the gateway interface.
GatewayMacAddress: "5a:94:ef:e4:0c:dd",
DHCPStaticLeases: map[string]string{},
// Allow 169.254.169.254, as in other network drivers
Ec2MetadataAccess: true,
}

if !d.disableHostLoopback {
Expand Down