mirror of
https://github.com/CumulusNetworks/ifupdown2.git
synced 2024-05-06 15:54:50 +00:00
openvswitch : manually add link to cache after creation
This commit is contained in:
@@ -337,6 +337,9 @@ class IPRoute2(Cache, Requirements):
|
||||
utils.exec_commandl(['ip', 'link', 'add', xfrm_name, 'type', 'xfrm', 'dev', ifname, 'if_id', xfrm_id])
|
||||
self.__update_cache_after_link_creation(xfrm_name, "xfrm")
|
||||
|
||||
def link_add_openvswitch(self, ifname, kind):
|
||||
self.__update_cache_after_link_creation(ifname, kind)
|
||||
|
||||
############################################################################
|
||||
# TUNNEL
|
||||
############################################################################
|
||||
|
Reference in New Issue
Block a user