diff options
author | Jonas Bjurel <jonas.bjurel@ericsson.com> | 2016-08-31 15:00:39 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2016-08-31 15:00:39 +0000 |
commit | 8fe08cdde690ff41d3b20422cf3acbe6de8bd28f (patch) | |
tree | a8927dac7af3c93b5458fb67fcbf783339ef082f /upstream | |
parent | b358950330ab8dacaa90f30ae29e745cc36ab34b (diff) |
Updated armband
Project: fuel 14c4e711f59917e1b299230668d8a4439f09d943
transplant: Generate extra interfaces config file
Original work by Josep, only signed by Alex for upstreaming.
The DEA override may contain a IFCGF_<interface> section in its 'fuel:'
section, containing the necessary keys to produce a ifcfg-<interface>
file, like in this example:
fuel:
IFCFG_ETH1:
device: eth1
ipaddress: 10.0.1.10
netmask: 255.255.255.0
gateway: 10.0.1.254
FIXME: In order for Network Manager to use the newly added interfaces
for outgoing traffic and honor their GATEWAY setting (e.g. if we just
added one public interface), the default route on admin iface (most of
the time called eth0) should be disabled. For now, we assume the admin
interface is always "eth0".
Change-Id: I96e3ac5046dd59ed10c43099dd76a6418806a1f3
Signed-off-by: Josep Puigdemont <josep.puigdemont@enea.com>
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
Diffstat (limited to 'upstream')
m--------- | upstream/fuel | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/upstream/fuel b/upstream/fuel -Subproject de6d5d4b6ba6848304d620e65ad97f3aeeadccd +Subproject 14c4e711f59917e1b299230668d8a4439f09d94 |