diff options
Diffstat (limited to 'ryu/services/protocols/bgp/info_base/vpnv6.py')
-rw-r--r-- | ryu/services/protocols/bgp/info_base/vpnv6.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ryu/services/protocols/bgp/info_base/vpnv6.py b/ryu/services/protocols/bgp/info_base/vpnv6.py index 1ed11dbf..69950e78 100644 --- a/ryu/services/protocols/bgp/info_base/vpnv6.py +++ b/ryu/services/protocols/bgp/info_base/vpnv6.py @@ -55,5 +55,5 @@ class Vpnv6Path(VpnPath): def __init__(self, *args, **kwargs): super(Vpnv6Path, self).__init__(*args, **kwargs) - from ryu.services.protocols.bgp.speaker.info_base.vrf6 import Vrf6Path + from ryu.services.protocols.bgp.info_base.vrf6 import Vrf6Path self.VRF_PATH_CLASS = Vrf6Path |