diff options
author | CoprDistGit <infra@openeuler.org> | 2023-11-14 08:12:23 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-11-14 08:12:23 +0000 |
commit | 320466728eb40d55eebd4b9d2075e9abe8bc9006 (patch) | |
tree | 918add67146f450fd1e1eaf042f54ee88e2dd09c /neutron-l2-agent.modules | |
parent | d424ec7beffffc4fa627ceae058272e7be1b3002 (diff) |
automatic import of openstack-neutronopeneuler22.03_LTS_SP2
Diffstat (limited to 'neutron-l2-agent.modules')
-rwxr-xr-x | neutron-l2-agent.modules | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/neutron-l2-agent.modules b/neutron-l2-agent.modules new file mode 100755 index 0000000..3e64115 --- /dev/null +++ b/neutron-l2-agent.modules @@ -0,0 +1,4 @@ +#!/bin/sh +/sbin/modprobe -b bridge >/dev/null 2>&1 +/sbin/modprobe -b br_netfilter >/dev/null 2>&1 +exit 0 |