diff options
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/neutron-ofagent-agent (renamed from bin/neutron-ofswitch-agent) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/neutron-ofswitch-agent b/bin/neutron-ofagent-agent index 2778b220..badf2ea0 100755 --- a/bin/neutron-ofswitch-agent +++ b/bin/neutron-ofagent-agent @@ -15,5 +15,5 @@ # See the License for the specific language governing permissions and # limitations under the License. -from ryu.cmd.ofs_neutron_agent import main +from ryu.cmd.ofa_neutron_agent import main main() |