deb-ryu/ryu/lib/packet
IWASE Yusuke b3b8238e6c packet/bgp: Reduce Pylint warnings
This patch removes the following Pylint warnings:
  - anomalous-backslash-in-string
  - arguments-differ
  - bad-builtin
  - bad-staticmethod-argument
  - superfluous-parens
  - super-init-not-called
  - unidiomatic-typecheck
  - unused-variable
  - wrong-import-order

Signed-off-by: IWASE Yusuke <iwase.yusuke0@gmail.com>
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
2016-06-01 20:38:57 +09:00
..
__init__.py doc: add components page 2014-05-27 20:24:50 +09:00
afi.py packet lib: some AFI/SAFI constants 2013-10-08 16:04:16 +09:00
arp.py Move the definitions of ether types and inet protocols to lib.packet 2015-02-15 09:39:49 +09:00
bfd.py fixes for mutable default arguments 2016-01-19 10:03:57 +09:00
bgp.py packet/bgp: Reduce Pylint warnings 2016-06-01 20:38:57 +09:00
bmp.py python3: Remove use of buffer() 2015-06-25 12:23:31 +09:00
bpdu.py lib/packet: fix pep8 2014-05-14 13:20:57 +09:00
cfm.py Use the asciilist type for lists of ip addresses 2015-07-03 11:38:03 +09:00
dhcp.py packet: dhcp should set _MIN_LEN 2015-09-03 22:47:35 +09:00
ether_types.py Move the definitions of ether types and inet protocols to lib.packet 2015-02-15 09:39:49 +09:00
ethernet.py Move the definitions of ether types and inet protocols to lib.packet 2015-02-15 09:39:49 +09:00
icmp.py packet: Better validate parameters to constructors better icmp 2016-01-31 14:54:06 +09:00
icmpv6.py Use the asciilist type for lists of ip addresses 2015-07-03 11:38:03 +09:00
igmp.py packet/igmp: Python 3: truncate IGMP timer fields to integers before packing 2015-08-30 14:17:30 +09:00
in_proto.py Move the definitions of ether types and inet protocols to lib.packet 2015-02-15 09:39:49 +09:00
ipv4.py Move the definitions of ether types and inet protocols to lib.packet 2015-02-15 09:39:49 +09:00
ipv6.py Use the asciilist type for lists of ip addresses 2015-07-03 11:38:03 +09:00
linux.py Move the definitions of ether types and inet protocols to lib.packet 2015-02-15 09:39:49 +09:00
llc.py disable padding check for llc packets 2015-04-22 11:40:17 +09:00
lldp.py packet lib: don't crash with corrupted lldp packet 2014-10-26 16:47:32 +09:00
mpls.py Move the definitions of ether types and inet protocols to lib.packet 2015-02-15 09:39:49 +09:00
ospf.py tox: Adapt to PyPy interpreter 2016-02-10 13:46:35 +09:00
packet.py python3: Convert str to six.binary_type 2015-07-03 11:38:00 +09:00
packet_base.py use six.add_metaclass 2014-02-11 13:56:40 +09:00
packet_utils.py packet_utils: Remove checksum() side-effect 2015-07-03 11:38:00 +09:00
pbb.py Move the definitions of ether types and inet protocols to lib.packet 2015-02-15 09:39:49 +09:00
safi.py bgp: fix typos 2016-06-01 20:38:50 +09:00
sctp.py python3: Convert str to six.binary_type 2015-07-03 11:38:00 +09:00
slow.py lib/packet: fix pep8 2014-05-14 13:20:57 +09:00
stream_parser.py use six.add_metaclass 2014-02-11 13:56:40 +09:00
tcp.py doc: Remove warnings when building doc pages 2016-05-18 16:00:51 +09:00
udp.py packet: Add VXLAN parser 2016-05-23 12:48:08 +09:00
vlan.py Move the definitions of ether types and inet protocols to lib.packet 2015-02-15 09:39:49 +09:00
vrrp.py python3: Apply "2to3 -f map" 2015-06-26 21:21:49 +09:00
vxlan.py packet: Add VXLAN parser 2016-05-23 12:48:08 +09:00