package org.zstack.network.l2.vxlan.vtep; /** * Created by weiwang on 06/03/2017. */ public interface Vtep { void setup(VtepVO vo); }