Home
last modified time | relevance | path

Searched refs:get_ospf_interfaces (Results 1 – 1 of 1) sorted by relevance

/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/cisco/iosxr/plugins/module_utils/network/iosxr/facts/ospf_interfaces/
H A Dospf_interfaces.py48 def get_ospf_interfaces(self, connection, flag): member in Ospf_interfacesFacts
65 data = self.get_ospf_interfaces(connection, flag="ospf")
66 data += "\n" + self.get_ospf_interfaces(connection, flag="ospfv3")