diff options
author | Alexandru Avadanii <Alexandru.Avadanii@enea.com> | 2018-11-21 15:15:25 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2018-11-21 15:15:25 +0000 |
commit | 3fef67294b7e2b880217e2e1e0cafee6e4d6e9bc (patch) | |
tree | 32291b42b8da578045bf93730773a0fb016d2e88 /mcp/patches/salt-formula-linux/0001-Set-ovs-bridges-as-L3-interfaces.patch | |
parent | 6283ca61d0c540840bbe3b84961b006f3f6350e8 (diff) | |
parent | 4c3c9c9a321d724e137f61e23509b6734ac836b7 (diff) |
Merge "submodule: Bump salt-formula-maas"
Diffstat (limited to 'mcp/patches/salt-formula-linux/0001-Set-ovs-bridges-as-L3-interfaces.patch')
-rw-r--r-- | mcp/patches/salt-formula-linux/0001-Set-ovs-bridges-as-L3-interfaces.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mcp/patches/salt-formula-linux/0001-Set-ovs-bridges-as-L3-interfaces.patch b/mcp/patches/salt-formula-linux/0001-Set-ovs-bridges-as-L3-interfaces.patch index 390a0bfcd..50c011297 100644 --- a/mcp/patches/salt-formula-linux/0001-Set-ovs-bridges-as-L3-interfaces.patch +++ b/mcp/patches/salt-formula-linux/0001-Set-ovs-bridges-as-L3-interfaces.patch @@ -60,10 +60,10 @@ index 222ca8e..03072cd 100644 mtu {{ port.get('mtu', '1500') }} ovs_bridge {{ port.bridge }} diff --git a/linux/network/interface.sls b/linux/network/interface.sls -index c2d2a23..7efdc80 100644 +index a39fc37..b76c5d6 100644 --- a/linux/network/interface.sls +++ b/linux/network/interface.sls -@@ -91,6 +91,34 @@ add_int_{{ int_name }}_to_ovs_dpdk_bridge_{{ interface_name }}: +@@ -92,6 +92,34 @@ add_int_{{ int_name }}_to_ovs_dpdk_bridge_{{ interface_name }}: ovs_bridge_{{ interface_name }}: openvswitch_bridge.present: - name: {{ interface_name }} |