|
|
@ -16,10 +16,9 @@ __metaclass__ = type
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
from ansible.module_utils.network.common.cfg.base import ConfigBase
|
|
|
|
from ansible.module_utils.network.common.cfg.base import ConfigBase
|
|
|
|
from ansible.module_utils.network.common.utils import to_list, dict_diff, remove_empties
|
|
|
|
from ansible.module_utils.network.common.utils import to_list, search_obj_in_list, dict_diff, remove_empties
|
|
|
|
from ansible.module_utils.network.iosxr.facts.facts import Facts
|
|
|
|
from ansible.module_utils.network.iosxr.facts.facts import Facts
|
|
|
|
from ansible.module_utils.six import iteritems
|
|
|
|
from ansible.module_utils.six import iteritems
|
|
|
|
from ansible.module_utils.network.common.utils import to_list, search_obj_in_list, dict_diff, remove_empties
|
|
|
|
|
|
|
|
from ansible.module_utils.network.iosxr.utils.utils import dict_delete, pad_commands, flatten_dict
|
|
|
|
from ansible.module_utils.network.iosxr.utils.utils import dict_delete, pad_commands, flatten_dict
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|