HomeSort by relevance Sort by last modified time
    Searched refs:out_ifc (Results 1 - 2 of 2) sorted by null

  /external/bcc/examples/networking/
simulation.py 24 out_ifc=None, ipaddr=None, macaddr=None, fn=None, cmd=None,
55 out_ifc = self.ipdb.create(ifname="%sa" % ifc_base_name, kind="veth",
57 in_ifc = self.ipdb.interfaces[out_ifc.peer]
67 if out_ifc: out_ifc.up().commit()
78 "net.ipv6.conf.%s.disable_ipv6=1" % out_ifc.ifname]
80 if fn and out_ifc:
81 self.ipdb.nl.tc("add", "ingress", out_ifc["index"], "ffff:")
82 self.ipdb.nl.tc("add-filter", "bpf", out_ifc["index"], ":1",
87 return (ns_ipdb, out_ifc, in_ifc
    [all...]
  /external/bcc/examples/networking/vlan_learning/
vlan_learning.py 73 (out_ifc, in_ifc) = self._create_ns("client%d" % i, in_ifc=client_ifc,

Completed in 362 milliseconds