[go: nahoru, domu]

Skip to content

Commit

Permalink
packet: Reverse import of IPv4 and IPv6
Browse files Browse the repository at this point in the history
Unfortunately, their values overwrite each other somewhat.  Doing it in
this order won't break old code.
  • Loading branch information
MurphyMc committed Sep 24, 2013
1 parent e688b58 commit aa78da9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pox/lib/packet/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@
from eap import *
from eapol import *
from ethernet import *
from ipv4 import *
from ipv6 import *
from icmp import *
from ipv4 import *
from icmpv6 import *
from icmp import *
from lldp import *
from tcp import *
from udp import *
Expand Down

0 comments on commit aa78da9

Please sign in to comment.