# Copyright 2017 The Chromium OS Authors. All rights reserved. | |
# Use of this source code is governed by a BSD-style license that can be | |
# found in the LICENSE file. | |
# The file needs to be synced with the 99-default.network except | |
# options specific for non-primary interfaces | |
[Match] | |
Name=eth* !eth0 | |
[Network] | |
DHCP=yes | |
IPv6AcceptRA=yes | |
# non-eth0 modification | |
[DHCPv4] | |
RoutesToDNS=false | |
RoutesToNTP=false | |
[DHCP] | |
UseMTU=true | |
UseDomains=true | |
# non-eth0 modification | |
UseHostname=false |