#!/bin/bash

function configure_evpn_service_plugin {
    neutron_service_plugin_class_add "evpn"
}
