diff options
Diffstat (limited to 'etc/os-net-config/samples/linux_bond.yaml')
-rw-r--r-- | etc/os-net-config/samples/linux_bond.yaml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/etc/os-net-config/samples/linux_bond.yaml b/etc/os-net-config/samples/linux_bond.yaml new file mode 100644 index 0000000..566c747 --- /dev/null +++ b/etc/os-net-config/samples/linux_bond.yaml @@ -0,0 +1,13 @@ +network_config: + - + type: linux_bond + name: bond1 + use_dhcp: true + bonding_options: "mode=active-backup" + members: + - + type: interface + name: em1 + - + type: interface + name: em2 |