summaryrefslogtreecommitdiffstats
path: root/ci/maas/juniper/pod1/control-interfaces.host
blob: 95ff6713139dbf5a6b4e11a5be7b8690eecd58c0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
#### original juju generated part ####
auto lo

# Primary interface (defining the default route)
iface p1p1 inet manual

# Bridge to use for LXC/KVM containers
auto juju-br0
iface juju-br0 inet dhcp
    bridge_ports p1p1
######################################

auto p1p2
iface p1p2 inet manual

# The public network interface

auto brPublic
iface brPublic inet dhcp
        bridge_ports p1p2
        bridge_stp off
        bridge_fd 0
        bridge_maxwait 0