[pox-dev] problem in lldp.py

AASIF MNIT aasifmnit at gmail.com
Sun Jul 7 06:01:10 PDT 2019


The following is code from lldp.py, I am unable to get use of parameters
used in methods, please help me.


def __init__ (self, raw=None, prev=None, **kw):
    packet_base.__init__(self)

    self.prev = prev

    self.next = None
    self.tlvs = []

    if raw is not None:
      self.parse(raw)

    self._init(kw)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.noxrepo.org/pipermail/pox-dev-noxrepo.org/attachments/20190707/cda21ae5/attachment.html>


More information about the pox-dev mailing list