-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b0321ac
commit 6fe0f9e
Showing
4 changed files
with
15 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,11 @@ | ||
--- | ||
hypervisor_modprobe: modprobe-hpgen8.j2 | ||
hypervisor_networks: | ||
- name: AS44194 | ||
bridge_interface: ens2f1np1.123 | ||
address: 77.87.50.2/24 | ||
gateway: 77.87.50.1 | ||
- name: Strom | ||
bridge_interface: ens2f1np1.1312 | ||
- name: in-berlin | ||
bridge_interface: ens2f1np1.1300 |
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,4 @@ | ||
# Needed for vlans | ||
8021q | ||
# netfilter for bridges, loaded as module so the sysctls can be set before the bridge exists | ||
br_netfilter |