Home
last modified time | relevance | path

Searched refs:vif (Results 1 – 25 of 2237) sorted by last modified time

12345678910>>...90

/dports/sysutils/py-ansible-core/ansible-core-2.11.6/docs/docsite/rst/user_guide/
H A Dplaybooks_vars_facts.rst268 "pciid": "vif-0",
291 "pciid": "vif-1",
/dports/sysutils/py-ansible-core/ansible-core-2.11.6/test/support/network-integration/collections/ansible_collections/vyos/vyos/plugins/module_utils/network/vyos/facts/interfaces/
H A Dinterfaces.py108 for vif in set(vif_names):
109 vif_regex = r" %s .+$" % vif
112 obj["vlan_id"] = int(vif)
/dports/sysutils/py-ansible-core/ansible-core-2.11.6/test/support/network-integration/collections/ansible_collections/vyos/vyos/plugins/module_utils/network/vyos/facts/l3_interfaces/
H A Dl3_interfaces.py110 for vif in set(vif_names):
111 vif_regex = r" %s .+$" % vif
114 obj["vlan_id"] = vif
/dports/sysutils/munin-contrib/contrib-c31cb28/plugins/libvirt/
H A Dlibvirt150 $hash{$name}{'devices'}{'network'}{$vif}=$domain->interface_stats($vif);
153 $hash{$name}{'devices'}{'network'}{$vif}{'vif_id'}=$vif_id;
798 for my $vif (keys %{$hash{$vm}{'devices'}{'network'}}){
823 for my $vif (keys %{$hash{$vm}{'devices'}{'network'}}){
833 print "tx_bytes_" . $vif_id . ".label " . $vif . "\n";
845 for my $vif (keys %{$hash{$vm}{'devices'}{'network'}}){
902 for my $vif (keys %{$hash{$vm}{'devices'}{'network'}}){
929 for my $vif (keys %{$hash{$vm}{'devices'}{'network'}}){
932 print "rx_drop_" . $vif_id . ".label " . $vif . "_rx\n";
938 print "tx_drop_" . $vif_id . ".label " . $vif . "\n";
[all …]
/dports/sysutils/py-ansible-base/ansible-base-2.10.15/docs/docsite/rst/user_guide/
H A Dplaybooks_vars_facts.rst268 "pciid": "vif-0",
291 "pciid": "vif-1",
/dports/sysutils/py-ansible-base/ansible-base-2.10.15/test/support/network-integration/collections/ansible_collections/vyos/vyos/plugins/module_utils/network/vyos/facts/interfaces/
H A Dinterfaces.py108 for vif in set(vif_names):
109 vif_regex = r" %s .+$" % vif
112 obj["vlan_id"] = int(vif)
/dports/sysutils/py-ansible-base/ansible-base-2.10.15/test/support/network-integration/collections/ansible_collections/vyos/vyos/plugins/module_utils/network/vyos/facts/l3_interfaces/
H A Dl3_interfaces.py110 for vif in set(vif_names):
111 vif_regex = r" %s .+$" % vif
114 obj["vlan_id"] = vif
/dports/sysutils/ansible2/ansible-2.9.27/docs/docsite/rst/user_guide/
H A Dplaybooks_variables.rst404 "pciid": "vif-0",
427 "pciid": "vif-1",
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/modules/cloud/xenserver/
H A Dxenserver_guest.py786 vif = {
802 vif['network'] = network_ref_new
803vif['MTU'] = self.xapi_session.xenapi.network.get_MTU(network_ref_new)
806 vif['MAC'] = network_params['mac'].lower()
812 vif_ref_new = self.xapi_session.xenapi.VIF.create(vif)
949 vif = {
960 vif_ref_new = self.xapi_session.xenapi.VIF.create(vif)
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/module_utils/network/vyos/config/interfaces/
H A Dinterfaces.py223 …(self._compute_commands(key=key, value=value, interface=want_copy['name'], vif=want_vif['vlan_id']…
258 …mmands.append(self._compute_commands(key=key, interface=want_copy['name'], vif=want_vif['vlan_id']…
260 …._compute_commands(key='enabled', value=True, interface=want_copy['name'], vif=want_vif['vlan_id']…
264 def _compute_commands(self, interface, key, vif=None, value=None, remove=False): argument
269 if vif:
270 set_cmd = set_cmd + (' vif {0}'.format(vif))
271 del_cmd = del_cmd + (' vif {0}'.format(vif))
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/module_utils/network/vyos/config/l3_interfaces/
H A Dl3_interfaces.py222 …(self._compute_commands(key=key, value=value, interface=want_copy['name'], vif=want_vif['vlan_id']…
252 …(self._compute_commands(key=key, interface=want_copy['name'], value=value, vif=want_vif['vlan_id']…
256 def _compute_commands(self, interface, key, vif=None, value=None, remove=False): argument
261 if vif:
262 set_cmd = set_cmd + (' vif {0}'.format(vif))
263 del_cmd = del_cmd + (' vif {0}'.format(vif))
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/module_utils/network/vyos/facts/interfaces/
H A Dinterfaces.py97 for vif in set(vif_names):
98 vif_regex = r' %s .+$' % vif
101 obj['vlan_id'] = int(vif)
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/module_utils/network/vyos/facts/l3_interfaces/
H A Dl3_interfaces.py97 for vif in set(vif_names):
98 vif_regex = r' %s .+$' % vif
101 obj['vlan_id'] = vif
/dports/sysutils/ansible2/ansible-2.9.27/test/integration/targets/vyos_vlan/tests/cli/
H A Dintent.yaml7 - delete interfaces ethernet eth1 vif 100
8 - delete interfaces ethernet eth0 vif 100
20 - "'set interfaces ethernet eth1 vif 100 description vlan-100' in result.commands"
H A Dmultiple.yaml7 - delete interfaces ethernet eth0 vif 5
8 - delete interfaces ethernet eth0 vif 100
9 - delete interfaces ethernet eth1 vif 100
22 - "'set interfaces ethernet eth0 vif 100' in result.commands"
23 - "'set interfaces ethernet eth1 vif 100' in result.commands"
45 - "'delete interfaces ethernet eth0 vif 100' in result.commands"
46 - "'delete interfaces ethernet eth1 vif 100' in result.commands"
59 - delete interfaces ethernet eth0 vif 100
60 - delete interfaces ethernet eth1 vif 100
H A Dbasic.yaml7 - delete interfaces ethernet eth1 vif 100
8 - delete interfaces ethernet eth0 vif 5
9 - delete interfaces ethernet eth0 vif 100
10 - delete interfaces ethernet eth0 vif 101
11 - delete interfaces ethernet eth1 vif 201
63 - "'delete interfaces ethernet eth1 vif 100' in result.commands"
85 - "'set interfaces ethernet eth1 vif 201 description mgm' in result.commands"
98 - delete interfaces ethernet eth1 vif 100
99 - delete interfaces ethernet eth0 vif 5
100 - delete interfaces ethernet eth0 vif 101
[all …]
/dports/sysutils/ansible2/ansible-2.9.27/test/integration/targets/vyos_l3_interfaces/tests/cli/
H A D_remove_config.yaml8 delete interfaces ethernet "{{ intf }}" vif
/dports/sysutils/ansible2/ansible-2.9.27/test/integration/targets/vyos_l3_interfaces/vars/
H A Dmain.yaml16 - "set interfaces ethernet eth2 vif 101 address '198.51.100.130/25'"
17 - "set interfaces ethernet eth2 vif 101 address '2001:db8::20/32'"
/dports/sysutils/ansible2/ansible-2.9.27/test/integration/targets/vyos_interfaces/tests/cli/
H A D_remove_config.yaml12 delete interfaces ethernet "{{ intf }}" vif
H A D_populate.yaml11 set interfaces ethernet "{{ intf }}" vif 200
12 set interfaces ethernet "{{ intf }}" vif 200 description 'VIF - 200'
/dports/sysutils/ansible2/ansible-2.9.27/test/integration/targets/vyos_interfaces/vars/
H A Dmain.yaml20 - "set interfaces ethernet eth1 vif 100 description 'Eth1 - VIF 100'"
21 - "set interfaces ethernet eth1 vif 100 mtu '400'"
22 - "set interfaces ethernet eth1 vif 101 description 'Eth1 - VIF 101'"
87 - "delete interfaces ethernet eth1 vif 200 description"
89 - "set interfaces ethernet eth1 vif 100 description 'VIF 100 - Replaced by Ansible'"
92 - "delete interfaces ethernet eth2 vif 200 description"
127 - "delete interfaces ethernet eth1 vif 200 description"
130 - "delete interfaces ethernet eth2 vif 200 description"
160 - "delete interfaces ethernet eth1 vif 200 description"
165 - "delete interfaces ethernet eth2 vif 200 description"
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/purestorage/flasharray/plugins/modules/
H A Dpurefa_vlan.py253 vif = bool(vif_name in subnet["interfaces"])
255 if state == "present" and not vif:
257 elif state == "present" and vif:
259 elif state == "absent" and vif:
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/vyos/vyos/plugins/module_utils/network/vyos/config/l3_interfaces/
H A Dl3_interfaces.py261 vif=want_vif["vlan_id"],
307 vif=want_vif["vlan_id"],
315 self, interface, key, vif=None, value=None, remove=False argument
323 if vif:
324 set_cmd = set_cmd + (" vif {0}".format(vif))
325 del_cmd = del_cmd + (" vif {0}".format(vif))
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/vyos/vyos/plugins/module_utils/network/vyos/config/interfaces/
H A Dinterfaces.py262 vif=want_vif["vlan_id"],
315 vif=want_vif["vlan_id"],
325 vif=want_vif["vlan_id"],
331 self, interface, key, vif=None, value=None, remove=False argument
339 if vif:
340 set_cmd = set_cmd + (" vif {0}".format(vif))
341 del_cmd = del_cmd + (" vif {0}".format(vif))
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/vyos/vyos/plugins/module_utils/network/vyos/facts/interfaces/
H A Dinterfaces.py112 for vif in set(vif_names):
113 vif_regex = r" %s .+$" % vif
116 obj["vlan_id"] = int(vif)

12345678910>>...90