示例#1
0
 def __init__(self, with_security=False, **kwargs):
     Layer3.__init__(self, **kwargs)
     if with_security:
         self.ins_sec_hdr()
示例#2
0
 def __init__(self, with_options=False, with_security=False, **kwargs):
     Layer3.__init__(self, **kwargs)
     self.RES.V.Repr = 'hex'
示例#3
0
 def __init__(self, with_options=False, with_security=False, **kwargs):
     Layer3.__init__(self, **kwargs)
     self.RES.V.Repr = 'hex'