All of lore.kernel.org
 help / color / mirror / Atom feed
* Conntrackd issue with bonding
@ 2012-08-10  7:09 Arturo Borrero
  2012-08-10  9:19 ` Pablo Neira Ayuso
  0 siblings, 1 reply; 10+ messages in thread
From: Arturo Borrero @ 2012-08-10  7:09 UTC (permalink / raw)
  To: netfilter; +Cc: pablo

[-- Attachment #1: Type: text/plain, Size: 2787 bytes --]

Hi there!

It's seem that there is a issue with Conntrackd using a bonding as 
dedicated interface.


The log:

[Thu Aug  9 14:14:23 2012] (pid=3819) [notice] -- starting in daemon mode --
[Thu Aug  9 14:14:23 2012] (pid=3819) [ERROR] no dedicated links available!
[Thu Aug  9 14:14:23 2012] (pid=3819) [ERROR] no dedicated links available!
[Thu Aug  9 14:14:23 2012] (pid=3819) [ERROR] no dedicated links available!
[Thu Aug  9 14:19:54 2012] (pid=3819) [notice] ---- shutdown received ----


Or maybe i'm missing something important in the configuration:

/etc/conntrackd/conntrackd.conf

Sync {
         Mode ALARM {
                 RefreshTime 15
                 CacheTimeout 180
         }
         Multicast {
                 IPv4_address 225.0.0.50
                 Group 3780
                 IPv4_interface 172.16.0.1
                 Interface bond2
                 SndSocketBuffer 1249280
                 RcvSocketBuffer 1249280
                 Checksum on
         }
}
General {
     HashSize 8192
     HashLimit 65535
     LogFile on
     Syslog on
     LockFile /var/lock/conntrackd.lock
     UNIX {
         Path /var/run/conntrackd.sock
         Backlog 20
     }
     SocketBufferSize 262142
     SocketBufferSizeMaxGrown 655355
     Filter {
         Protocol Accept {
             TCP
         }
         Address Ignore
         {
             IPv4_address 127.0.0.1 # loopback
             IPv4_address 172.16.0.1 # cluster link
             IPv4_address 172.16.0.2 # cluster link
             IPv4_address xx.40
             IPv4_address xx.41
             IPv6_address xx::40
             IPv6_address xx::41
             IPv6_address xx::41
         }
     }
}

Bond2 is up and running:

bond2     Link encap:Ethernet  HWaddr 00:xx:xx:57:b8:xx
           inet addr:172.16.0.1  Bcast:172.16.255.255  Mask:255.255.0.0
           inet6 addr: fe80::215:xx::/64 Scope:Link
           UP BROADCAST RUNNING MASTER MULTICAST  MTU:1500  Metric:1
           RX packets:7405527 errors:0 dropped:0 overruns:0 frame:0
           TX packets:3935915 errors:0 dropped:0 overruns:0 carrier:0
           collisions:0 txqueuelen:0
           RX bytes:7812500663 (7.2 GiB)  TX bytes:651422232 (621.2 MiB)


Any idea?

I'm using this version (Debian amd64)

:~$ conntrackd -v
Connection tracking userspace daemon v1.2.1. Licensed under GPLv2.
(C) 2006-2009 Pablo Neira Ayuso <pablo@netfilter.org>

-- 
Arturo Borrero González
Departamento de Seguridad Informática
Centro Informático Científico de Andalucía (CICA)
Avda. Reina Mercedes s/n - 41012 - Sevilla (Spain)
Tfno.: +34 955 056 600 / FAX: +34 955 056 650
Consejería de Economía, Innovación, Ciencia y Empleo
Junta de Andalucía



[-- Attachment #2: S/MIME Cryptographic Signature --]
[-- Type: application/pkcs7-signature, Size: 4238 bytes --]

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: Conntrackd issue with bonding
  2012-08-10  7:09 Conntrackd issue with bonding Arturo Borrero
@ 2012-08-10  9:19 ` Pablo Neira Ayuso
  2012-08-10 10:02   ` Arturo Borrero
  0 siblings, 1 reply; 10+ messages in thread
From: Pablo Neira Ayuso @ 2012-08-10  9:19 UTC (permalink / raw)
  To: Arturo Borrero; +Cc: netfilter

On Fri, Aug 10, 2012 at 09:09:02AM +0200, Arturo Borrero wrote:
> Hi there!
> 
> It's seem that there is a issue with Conntrackd using a bonding as
> dedicated interface.
> 
> The log:
> 
> [Thu Aug  9 14:14:23 2012] (pid=3819) [notice] -- starting in daemon mode --
> [Thu Aug  9 14:14:23 2012] (pid=3819) [ERROR] no dedicated links available!
> [Thu Aug  9 14:14:23 2012] (pid=3819) [ERROR] no dedicated links available!
> [Thu Aug  9 14:14:23 2012] (pid=3819) [ERROR] no dedicated links available!
> [Thu Aug  9 14:19:54 2012] (pid=3819) [notice] ---- shutdown received ----
> 
> 
> Or maybe i'm missing something important in the configuration:
> 
> /etc/conntrackd/conntrackd.conf
> 
> Sync {
>         Mode ALARM {
>                 RefreshTime 15
>                 CacheTimeout 180
>         }
>         Multicast {
>                 IPv4_address 225.0.0.50
>                 Group 3780
>                 IPv4_interface 172.16.0.1
>                 Interface bond2
>                 SndSocketBuffer 1249280
>                 RcvSocketBuffer 1249280
>                 Checksum on
>         }
> }
> General {
>     HashSize 8192
>     HashLimit 65535
>     LogFile on
>     Syslog on
>     LockFile /var/lock/conntrackd.lock
>     UNIX {
>         Path /var/run/conntrackd.sock
>         Backlog 20
>     }
>     SocketBufferSize 262142
>     SocketBufferSizeMaxGrown 655355
>     Filter {
>         Protocol Accept {
>             TCP
>         }
>         Address Ignore
>         {
>             IPv4_address 127.0.0.1 # loopback
>             IPv4_address 172.16.0.1 # cluster link
>             IPv4_address 172.16.0.2 # cluster link
>             IPv4_address xx.40
>             IPv4_address xx.41
>             IPv6_address xx::40
>             IPv6_address xx::41
>             IPv6_address xx::41
>         }
>     }
> }
> 
> Bond2 is up and running:
> 
> bond2     Link encap:Ethernet  HWaddr 00:xx:xx:57:b8:xx
>           inet addr:172.16.0.1  Bcast:172.16.255.255  Mask:255.255.0.0
>           inet6 addr: fe80::215:xx::/64 Scope:Link
>           UP BROADCAST RUNNING MASTER MULTICAST  MTU:1500  Metric:1
>           RX packets:7405527 errors:0 dropped:0 overruns:0 frame:0
>           TX packets:3935915 errors:0 dropped:0 overruns:0 carrier:0
>           collisions:0 txqueuelen:0
>           RX bytes:7812500663 (7.2 GiB)  TX bytes:651422232 (621.2 MiB)
> 
> 
> Any idea?

Somoething is wrong with the link state checking.

Please, get a working copy of libnfnetlink:

git clone git://git.netfilter.org/libnfnetlink
autoreconf -fi
./configure --prefix=/usr
make
make check

[no need to make install]

Then go to utils/ directory, run ./iftest and get back to the list to
report what it says.

> I'm using this version (Debian amd64)

You didn't mention kernel version, I guess it is standalone Linux
kernel in Debian? (2.6.32). Using a recent Linux kernel version of the
3.x branch is really recommended to run conntrackd.

> :~$ conntrackd -v
> Connection tracking userspace daemon v1.2.1. Licensed under GPLv2.

BTW, it's a good idea if you upgrade to 1.2.2. There was a bug in the
commit operation that is resolved in lastest version.

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: Conntrackd issue with bonding
  2012-08-10  9:19 ` Pablo Neira Ayuso
@ 2012-08-10 10:02   ` Arturo Borrero
  2012-08-12 19:05     ` Pablo Neira Ayuso
  0 siblings, 1 reply; 10+ messages in thread
From: Arturo Borrero @ 2012-08-10 10:02 UTC (permalink / raw)
  To: Pablo Neira Ayuso; +Cc: netfilter

[-- Attachment #1: Type: text/plain, Size: 6251 bytes --]

On 10/08/12 11:19, Pablo Neira Ayuso wrote:
> On Fri, Aug 10, 2012 at 09:09:02AM +0200, Arturo Borrero wrote:
>> Hi there!
>>
>> It's seem that there is a issue with Conntrackd using a bonding as
>> dedicated interface.
>>
>> The log:
>>
>> [Thu Aug  9 14:14:23 2012] (pid=3819) [notice] -- starting in daemon mode --
>> [Thu Aug  9 14:14:23 2012] (pid=3819) [ERROR] no dedicated links available!
>> [Thu Aug  9 14:14:23 2012] (pid=3819) [ERROR] no dedicated links available!
>> [Thu Aug  9 14:14:23 2012] (pid=3819) [ERROR] no dedicated links available!
>> [Thu Aug  9 14:19:54 2012] (pid=3819) [notice] ---- shutdown received ----
>>
>>
>> Or maybe i'm missing something important in the configuration:
>>
>> /etc/conntrackd/conntrackd.conf
>>
>> Sync {
>>          Mode ALARM {
>>                  RefreshTime 15
>>                  CacheTimeout 180
>>          }
>>          Multicast {
>>                  IPv4_address 225.0.0.50
>>                  Group 3780
>>                  IPv4_interface 172.16.0.1
>>                  Interface bond2
>>                  SndSocketBuffer 1249280
>>                  RcvSocketBuffer 1249280
>>                  Checksum on
>>          }
>> }
>> General {
>>      HashSize 8192
>>      HashLimit 65535
>>      LogFile on
>>      Syslog on
>>      LockFile /var/lock/conntrackd.lock
>>      UNIX {
>>          Path /var/run/conntrackd.sock
>>          Backlog 20
>>      }
>>      SocketBufferSize 262142
>>      SocketBufferSizeMaxGrown 655355
>>      Filter {
>>          Protocol Accept {
>>              TCP
>>          }
>>          Address Ignore
>>          {
>>              IPv4_address 127.0.0.1 # loopback
>>              IPv4_address 172.16.0.1 # cluster link
>>              IPv4_address 172.16.0.2 # cluster link
>>              IPv4_address xx.40
>>              IPv4_address xx.41
>>              IPv6_address xx::40
>>              IPv6_address xx::41
>>              IPv6_address xx::41
>>          }
>>      }
>> }
>>
>> Bond2 is up and running:
>>
>> bond2     Link encap:Ethernet  HWaddr 00:xx:xx:57:b8:xx
>>            inet addr:172.16.0.1  Bcast:172.16.255.255  Mask:255.255.0.0
>>            inet6 addr: fe80::215:xx::/64 Scope:Link
>>            UP BROADCAST RUNNING MASTER MULTICAST  MTU:1500  Metric:1
>>            RX packets:7405527 errors:0 dropped:0 overruns:0 frame:0
>>            TX packets:3935915 errors:0 dropped:0 overruns:0 carrier:0
>>            collisions:0 txqueuelen:0
>>            RX bytes:7812500663 (7.2 GiB)  TX bytes:651422232 (621.2 MiB)
>>
>>
>> Any idea?
> Somoething is wrong with the link state checking.
>
> Please, get a working copy of libnfnetlink:
>
> git clone git://git.netfilter.org/libnfnetlink
> autoreconf -fi
> ./configure --prefix=/usr
> make
> make check
>
> [no need to make install]
>
> Then go to utils/ directory, run ./iftest and get back to the list to
> report what it says.
>
>> I'm using this version (Debian amd64)
> You didn't mention kernel version, I guess it is standalone Linux
> kernel in Debian? (2.6.32). Using a recent Linux kernel version of the
> 3.x branch is really recommended to run conntrackd.
>
>> :~$ conntrackd -v
>> Connection tracking userspace daemon v1.2.1. Licensed under GPLv2.
> BTW, it's a good idea if you upgrade to 1.2.2. There was a bug in the
> commit operation that is resolved in lastest version.

This is the result of iftest:

root@debian:~/git/libnfnetlink/utils# ./iftest
index (1) is lo (RUNNING) (UP)
index (2) is eth5 (NOT RUNNING) (DOWN)
index (3) is eth2 (RUNNING) (UP)

This is the list of interfaces:
root@debian:~/git/libnfnetlink/utils# ip link show
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 16436 qdisc noqueue state UNKNOWN mode 
DEFAULT
     link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
2: eth5: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN mode 
DEFAULT qlen 1000
     link/ether 00:asdasd brd ff:ff:ff:ff:ff:ff
3: eth2: <BROADCAST,MULTICAST,SLAVE,UP,LOWER_UP> mtu 1500 qdisc mq 
master bond0 state UP mode DEFAULT qlen 1000
     link/ether 00:asdasd brd ff:ff:ff:ff:ff:ff
4: eth4: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN mode 
DEFAULT qlen 1000
     link/ether 00:asdasd brd ff:ff:ff:ff:ff:ff
5: eth3: <BROADCAST,MULTICAST,SLAVE,UP,LOWER_UP> mtu 1500 qdisc mq 
master bond0 state UP mode DEFAULT qlen 1000
     link/ether 00:asdasd brd ff:ff:ff:ff:ff:ff
6: eth6: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN mode 
DEFAULT qlen 1000
     link/ether 00:asdasd brd ff:ff:ff:ff:ff:ff
7: eth0: <BROADCAST,MULTICAST,SLAVE,UP,LOWER_UP> mtu 1500 qdisc mq 
master bond0 state UP mode DEFAULT qlen 1000
     link/ether 00:asdasd brd ff:ff:ff:ff:ff:ff
8: eth7: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN mode 
DEFAULT qlen 1000
     link/ether 00:asdasd brd ff:ff:ff:ff:ff:ff
9: eth1: <BROADCAST,MULTICAST,SLAVE,UP,LOWER_UP> mtu 1500 qdisc mq 
master bond0 state UP mode DEFAULT qlen 1000
     link/ether 00:asdasd brd ff:ff:ff:ff:ff:ff
10: eth8: <BROADCAST,MULTICAST,SLAVE,UP,LOWER_UP> mtu 1500 qdisc 
pfifo_fast master bond2 state UP mode DEFAULT qlen 1000
     link/ether 00:asdasd brd ff:ff:ff:ff:ff:ff
11: eth9: <NO-CARRIER,BROADCAST,MULTICAST,SLAVE,UP> mtu 1500 qdisc 
pfifo_fast master bond2 state DOWN mode DEFAULT qlen 1000
     link/ether 00:asdasd brd ff:ff:ff:ff:ff:ff
12: bond0: <BROADCAST,MULTICAST,MASTER,UP,LOWER_UP> mtu 1500 qdisc 
noqueue state UP mode DEFAULT
     link/ether 00:asdasd brd ff:ff:ff:ff:ff:ff
13: bond1: <NO-CARRIER,BROADCAST,MULTICAST,MASTER,UP> mtu 1500 qdisc 
noqueue state DOWN mode DEFAULT
     link/ether 00:00:00:00:00:00 brd ff:ff:ff:ff:ff:ff
14: bond2: <BROADCAST,MULTICAST,MASTER,UP,LOWER_UP> mtu 1500 qdisc 
noqueue state UP mode DEFAULT
     link/ether 00:asdasd brd ff:ff:ff:ff:ff:ff

The kernel version is:
# uname -r
3.2.0-3-amd64

Regards

-- 
Arturo Borrero González
Departamento de Seguridad Informática
Centro Informático Científico de Andalucía (CICA)
Avda. Reina Mercedes s/n - 41012 - Sevilla (Spain)
Tfno.: +34 955 056 600 / FAX: +34 955 056 650
Consejería de Economía, Innovación, Ciencia y Empleo
Junta de Andalucía



[-- Attachment #2: S/MIME Cryptographic Signature --]
[-- Type: application/pkcs7-signature, Size: 4238 bytes --]

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: Conntrackd issue with bonding
  2012-08-10 10:02   ` Arturo Borrero
@ 2012-08-12 19:05     ` Pablo Neira Ayuso
  2012-08-13  7:14       ` Arturo Borrero
  0 siblings, 1 reply; 10+ messages in thread
From: Pablo Neira Ayuso @ 2012-08-12 19:05 UTC (permalink / raw)
  To: Arturo Borrero; +Cc: netfilter

On Fri, Aug 10, 2012 at 12:02:54PM +0200, Arturo Borrero wrote:
[...]
> >Somoething is wrong with the link state checking.
> >
> >Please, get a working copy of libnfnetlink:
> >
> >git clone git://git.netfilter.org/libnfnetlink
> >autoreconf -fi
> >./configure --prefix=/usr
> >make
> >make check
> >
> >[no need to make install]
> >
> >Then go to utils/ directory, run ./iftest and get back to the list to
> >report what it says.
> >
[...]
> This is the result of iftest:
> 
> root@debian:~/git/libnfnetlink/utils# ./iftest
> index (1) is lo (RUNNING) (UP)
> index (2) is eth5 (NOT RUNNING) (DOWN)
> index (3) is eth2 (RUNNING) (UP)

Hm, not very useful sorry :-(

Please, git pull and run make check again. Then, run:

./iftest bond2

to obtain the device flags. Compare that output to that of `ip link'.

I want to make sure there's no problem with obtaining the device
flags.

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: Conntrackd issue with bonding
  2012-08-12 19:05     ` Pablo Neira Ayuso
@ 2012-08-13  7:14       ` Arturo Borrero
  2012-08-13  9:46         ` Pablo Neira Ayuso
  0 siblings, 1 reply; 10+ messages in thread
From: Arturo Borrero @ 2012-08-13  7:14 UTC (permalink / raw)
  To: Pablo Neira Ayuso; +Cc: netfilter

[-- Attachment #1: Type: text/plain, Size: 2621 bytes --]

On 12/08/12 21:05, Pablo Neira Ayuso wrote:
> On Fri, Aug 10, 2012 at 12:02:54PM +0200, Arturo Borrero wrote:
> [...]
>>> Somoething is wrong with the link state checking.
>>>
>>> Please, get a working copy of libnfnetlink:
>>>
>>> git clone git://git.netfilter.org/libnfnetlink
>>> autoreconf -fi
>>> ./configure --prefix=/usr
>>> make
>>> make check
>>>
>>> [no need to make install]
>>>
>>> Then go to utils/ directory, run ./iftest and get back to the list to
>>> report what it says.
>>>
> [...]
>> This is the result of iftest:
>>
>> root@debian:~/git/libnfnetlink/utils# ./iftest
>> index (1) is lo (RUNNING) (UP)
>> index (2) is eth5 (NOT RUNNING) (DOWN)
>> index (3) is eth2 (RUNNING) (UP)
> Hm, not very useful sorry :-(
>
> Please, git pull and run make check again. Then, run:
>
> ./iftest bond2
>
> to obtain the device flags. Compare that output to that of `ip link'.
>
> I want to make sure there's no problem with obtaining the device
> flags.
Hi there,

results here (i'm no longer using bond2, but others):

root@debian:~/git/libnfnetlink/utils# ./iftest bond1
Cannot translate device idx=13
root@debian:~/git/libnfnetlink/utils# ./iftest bond0
Cannot translate device idx=12
root@debian:~/git/libnfnetlink/utils# ./iftest eth8
Cannot translate device idx=10
root@debian:~/git/libnfnetlink/utils# ./iftest eth1
Cannot translate device idx=9
root@debian:~/git/libnfnetlink/utils# ip link show bond1
13: bond1: <NO-CARRIER,BROADCAST,MULTICAST,MASTER,UP> mtu 1500 qdisc 
noqueue state DOWN mode DEFAULT
     link/ether xx:f0:20 brd ff:ff:ff:ff:ff:ff
root@debian:~/git/libnfnetlink/utils# ip link show bond0
12: bond0: <BROADCAST,MULTICAST,MASTER,UP,LOWER_UP> mtu 1500 qdisc 
noqueue state UP mode DEFAULT
     link/ether xx:ff:30 brd ff:ff:ff:ff:ff:ff
root@debian:~/git/libnfnetlink/utils# ip link show eth8
10: eth8: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast 
state UP mode DEFAULT qlen 1000
     link/ether xx:b8:f8 brd ff:ff:ff:ff:ff:ff
root@debian:~/git/libnfnetlink/utils# ip link show eth1
9: eth1: <BROADCAST,MULTICAST,SLAVE,UP,LOWER_UP> mtu 1500 qdisc mq 
master bond0 state UP mode DEFAULT qlen 1000
     link/ether xx:ff:30 brd ff:ff:ff:ff:ff:ff

note eth1 being slave of bond0 and eth8 being a standar interface.

-- 
Arturo Borrero González
Departamento de Seguridad Informática
Centro Informático Científico de Andalucía (CICA)
Avda. Reina Mercedes s/n - 41012 - Sevilla (Spain)
Tfno.: +34 955 056 600 / FAX: +34 955 056 650
Consejería de Economía, Innovación, Ciencia y Empleo
Junta de Andalucía



[-- Attachment #2: S/MIME Cryptographic Signature --]
[-- Type: application/pkcs7-signature, Size: 4238 bytes --]

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: Conntrackd issue with bonding
  2012-08-13  7:14       ` Arturo Borrero
@ 2012-08-13  9:46         ` Pablo Neira Ayuso
  2012-08-13 10:35           ` Jan Engelhardt
  2012-08-13 12:00           ` Arturo Borrero
  0 siblings, 2 replies; 10+ messages in thread
From: Pablo Neira Ayuso @ 2012-08-13  9:46 UTC (permalink / raw)
  To: Arturo Borrero; +Cc: netfilter

On Mon, Aug 13, 2012 at 09:14:54AM +0200, Arturo Borrero wrote:
[...]
> results here (i'm no longer using bond2, but others):
> 
> root@debian:~/git/libnfnetlink/utils# ./iftest bond1
> Cannot translate device idx=13
> root@debian:~/git/libnfnetlink/utils# ./iftest bond0
> Cannot translate device idx=12
> root@debian:~/git/libnfnetlink/utils# ./iftest eth8
> Cannot translate device idx=10
> root@debian:~/git/libnfnetlink/utils# ./iftest eth1
> Cannot translate device idx=9

Still, not useful.

Please, git pull again, run make check, run the test and send me the
results.

I want to make sure you're getting the device flags.

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: Conntrackd issue with bonding
  2012-08-13  9:46         ` Pablo Neira Ayuso
@ 2012-08-13 10:35           ` Jan Engelhardt
  2012-08-13 18:01             ` Pablo Neira Ayuso
  2012-08-13 12:00           ` Arturo Borrero
  1 sibling, 1 reply; 10+ messages in thread
From: Jan Engelhardt @ 2012-08-13 10:35 UTC (permalink / raw)
  To: Pablo Neira Ayuso; +Cc: Arturo Borrero, netfilter


On Monday 2012-08-13 11:46, Pablo Neira Ayuso wrote:
>
>Please, git pull again, run make check, run the test and send me the
>results.

The problem is that nlif_receive is only called once by nlif_catch,
and ignores RTM_F_MULTI, therefore missing most interfaces.

Here is the full RTM_GETLINK request & responses which cause
problems for iftest. The kernel is 3.1.6:

>>> Dumping 32 bytes
0000 | 20 00 00 00 12 00 05 03-00 00 00 00 00 00 00 00 |  ...............
0010 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0020 |                                                 | 
<<< Dumping 3036 bytes
0000 | e4 03 00 00 10 00 02 00-00 00 00 00 ac 46 00 00 | .............F..
0010 | 00 00 04 03 01 00 00 00-49 00 01 00 00 00 00 00 | ........I.......
0020 | 07 00 03 00 6c 6f 00 00-08 00 0d 00 00 00 00 00 | ....lo..........
0030 | 05 00 10 00 00 00 00 00-05 00 11 00 00 00 00 00 | ................
0040 | 08 00 04 00 34 40 00 00-08 00 1b 00 00 00 00 00 | ....4@..........
0050 | 0c 00 06 00 6e 6f 71 75-65 75 65 00 24 00 0e 00 | ....noqueue.$...
0060 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0070 | 00 00 00 00 00 00 00 00-00 00 00 00 01 88 ff ff | ................
0080 | 0a 00 01 00 00 00 00 00-00 00 00 00 0a 00 02 00 | ................
0090 | 00 00 00 00 00 00 00 00-60 00 07 00 ac 00 00 00 | ........`.......
00a0 | ac 00 00 00 52 48 00 00-52 48 00 00 00 00 00 00 | ....RH..RH......
00b0 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
00c0 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
00d0 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
00e0 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
00f0 | 00 00 00 00 00 00 00 00-bc 00 17 00 ac 00 00 00 | ................
0100 | 00 00 00 00 ac 00 00 00-00 00 00 00 52 48 00 00 | ............RH..
0110 | 00 00 00 00 52 48 00 00-00 00 00 00 00 00 00 00 | ....RH..........
0120 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0130 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0140 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0150 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0160 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0170 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0180 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0190 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
01a0 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
01b0 | 00 00 00 00 30 02 1a 00-6c 00 02 00 68 00 01 00 | ....0...l...h...
01c0 | 01 00 00 00 00 00 00 00-00 00 00 00 01 00 00 00 | ................
01d0 | 01 00 00 00 01 00 00 00-01 00 00 00 00 00 00 00 | ................
01e0 | 01 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
01f0 | 00 00 00 00 00 00 00 00-01 00 00 00 01 00 00 00 | ................
0200 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0210 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0220 | 00 00 00 00 c0 01 0a 00-08 00 01 00 00 00 00 80 | ................
0230 | 14 00 05 00 ff ff 00 00-10 07 00 00 08 7f 00 00 | ................
0240 | e8 03 00 00 78 00 02 00-00 00 00 00 40 00 00 00 | ....x.......@...
0250 | 34 40 00 00 01 00 00 00-01 00 00 00 01 00 00 00 | 4@..............
0260 | 01 00 00 00 03 00 00 00-a0 0f 00 00 e8 03 00 00 | ................
0270 | ff ff ff ff 80 3a 09 00-80 51 01 00 05 00 00 00 | .....:...Q......
0280 | 58 02 00 00 10 00 00 00-00 00 00 00 01 00 00 00 | X...............
0290 | 01 00 00 00 01 00 00 00-60 ea 00 00 00 00 00 00 | ........`.......
02a0 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
02b0 | 00 00 00 00 ff ff ff ff-00 00 00 00 fc 00 03 00 | ................
02c0 | 1f 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
02d0 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
02e0 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
02f0 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0300 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0310 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0320 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0330 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0340 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0350 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0360 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0370 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0380 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0390 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
03a0 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
03b0 | 00 00 00 00 00 00 00 00-2c 00 06 00 05 00 00 00 | ........,.......
03c0 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
03d0 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
03e0 | 00 00 00 00 fc 03 00 00-10 00 02 00 00 00 00 00 | ................
03f0 | ac 46 00 00 00 00 01 00-02 00 00 00 43 18 01 00 | .F..........C...
0400 | 00 00 00 00 09 00 03 00-65 74 68 30 00 00 00 00 | ........eth0....
0410 | 08 00 0d 00 e8 03 00 00-05 00 10 00 06 00 00 00 | ................
0420 | 05 00 11 00 00 00 00 00-08 00 04 00 dc 05 00 00 | ................
0430 | 08 00 1b 00 00 00 00 00-08 00 0a 00 06 00 00 00 | ................
0440 | 0f 00 06 00 70 66 69 66-6f 5f 66 61 73 74 00 00 | ....pfifo_fast..
0450 | 24 00 0e 00 00 00 00 00-00 00 00 00 00 00 00 00 | $...............
0460 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0470 | 01 88 ff ff 0a 00 01 00-00 14 4f 40 39 d0 00 00 | ..........O@9...
0480 | 0a 00 02 00 ff ff ff ff-ff ff 00 00 60 00 07 00 | ............`...
0490 | df 80 78 b5 dc 5b a1 29-5b 5b f8 a5 35 9f 67 b0 | ..x..[.)[[..5.g.
04a0 | 02 00 00 00 00 00 00 00-1b 29 ad 0b 00 00 00 00 | .........)......
04b0 | 87 42 ef 08 00 00 00 00-00 00 00 00 00 00 00 00 | .B..............
04c0 | 01 00 00 00 00 00 00 00-00 00 00 00 eb 3d fd 0b | .............=..
04d0 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
04e0 | 00 00 00 00 00 00 00 00-00 00 00 00 bc 00 17 00 | ................
04f0 | df 80 78 b5 00 00 00 00-dc 5b a1 29 00 00 00 00 | ..x......[.)....
0500 | 5b 5b f8 a5 7c 01 00 00-35 9f 67 b0 41 00 00 00 | [[..|...5.g.A...
0510 | 02 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0520 | 1b 29 ad 0b 00 00 00 00-00 00 00 00 00 00 00 00 | .)..............
0530 | 87 42 ef 08 00 00 00 00-00 00 00 00 00 00 00 00 | .B..............
0540 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0550 | 01 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0560 | 00 00 00 00 00 00 00 00-eb 3d fd 0b 00 00 00 00 | .........=......
0570 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0580 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0590 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
05a0 | 00 00 00 00 00 00 00 00-08 00 15 00 00 00 00 00 | ................
05b0 | 30 02 1a 00 6c 00 02 00-68 00 01 00 01 00 00 00 | 0...l...h.......
05c0 | 00 00 00 00 00 00 00 00-01 00 00 00 01 00 00 00 | ................
05d0 | 01 00 00 00 01 00 00 00-00 00 00 00 01 00 00 00 | ................
05e0 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
05f0 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0600 | 00 00 00 00 00 00 00 00-01 00 00 00 00 00 00 00 | ................
0610 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0620 | c0 01 0a 00 08 00 01 00-00 00 00 00 14 00 05 00 | ................
0630 | ff ff 00 00 86 08 00 00-dc 5e 00 00 e8 03 00 00 | .........^......
0640 | 78 00 02 00 00 00 00 00-40 00 00 00 dc 05 00 00 | x.......@.......
0650 | 01 00 00 00 01 00 00 00-01 00 00 00 01 00 00 00 | ................
0660 | 03 00 00 00 a0 0f 00 00-e8 03 00 00 02 00 00 00 | ................
0670 | 80 3a 09 00 80 51 01 00-05 00 00 00 58 02 00 00 | .:...Q......X...
0680 | 10 00 00 00 00 00 00 00-01 00 00 00 01 00 00 00 | ................
0690 | 01 00 00 00 60 ea 00 00-00 00 00 00 00 00 00 00 | ....`...........
06a0 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
06b0 | 01 00 00 00 00 00 00 00-fc 00 03 00 1f 00 00 00 | ................
06c0 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
06d0 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
06e0 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
06f0 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0700 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0710 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0720 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0730 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0740 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0750 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0760 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0770 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0780 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0790 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
07a0 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
07b0 | 00 00 00 00 2c 00 06 00-05 00 00 00 00 00 00 00 | ....,...........
07c0 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
07d0 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
07e0 | fc 03 00 00 10 00 02 00-00 00 00 00 ac 46 00 00 | .............F..
07f0 | 00 00 01 00 03 00 00 00-43 18 01 00 00 00 00 00 | ........C.......
0800 | 09 00 03 00 65 74 68 31-00 00 00 00 08 00 0d 00 | ....eth1........
0810 | e8 03 00 00 05 00 10 00-06 00 00 00 05 00 11 00 | ................
0820 | 00 00 00 00 08 00 04 00-dc 05 00 00 08 00 1b 00 | ................
0830 | 00 00 00 00 08 00 0a 00-06 00 00 00 0f 00 06 00 | ................
0840 | 70 66 69 66 6f 5f 66 61-73 74 00 00 24 00 0e 00 | pfifo_fast..$...
0850 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0860 | 00 00 00 00 00 00 00 00-00 00 00 00 01 88 ff ff | ................
0870 | 0a 00 01 00 00 14 4f 40-39 d0 00 00 0a 00 02 00 | ......O@9.......
0880 | ff ff ff ff ff ff 00 00-60 00 07 00 30 c7 e9 52 | ........`...0..R
0890 | 33 58 94 50 0b 83 da 52-d2 91 69 09 00 00 00 00 | 3X.P...R..i.....
08a0 | 00 00 00 00 0f e2 2b 02-00 00 00 00 90 03 7e 04 | ......+.......~.
08b0 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
08c0 | 00 00 00 00 00 00 00 00-d8 cb 15 1a 00 00 00 00 | ................
08d0 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
08e0 | 00 00 00 00 00 00 00 00-bc 00 17 00 30 c7 e9 52 | ............0..R
08f0 | 01 00 00 00 33 58 94 50-00 00 00 00 0b 83 da 52 | ....3X.P.......R
0900 | b2 02 00 00 d2 91 69 09-7a 00 00 00 00 00 00 00 | ......i.z.......
0910 | 00 00 00 00 00 00 00 00-00 00 00 00 0f e2 2b 02 | ..............+.
0920 | 00 00 00 00 00 00 00 00-00 00 00 00 90 03 7e 04 | ..............~.
0930 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0940 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0950 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0960 | 00 00 00 00 d8 cb 15 1a-00 00 00 00 00 00 00 00 | ................
0970 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0980 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0990 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
09a0 | 00 00 00 00 08 00 15 00-00 00 00 00 30 02 1a 00 | ............0...
09b0 | 6c 00 02 00 68 00 01 00-01 00 00 00 00 00 00 00 | l...h...........
09c0 | 00 00 00 00 01 00 00 00-01 00 00 00 01 00 00 00 | ................
09d0 | 01 00 00 00 00 00 00 00-01 00 00 00 00 00 00 00 | ................
09e0 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
09f0 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0a00 | 00 00 00 00 01 00 00 00-00 00 00 00 00 00 00 00 | ................
0a10 | 00 00 00 00 00 00 00 00-00 00 00 00 c0 01 0a 00 | ................
0a20 | 08 00 01 00 00 00 00 00-14 00 05 00 ff ff 00 00 | ................
0a30 | a4 08 00 00 48 3d 00 00-e8 03 00 00 78 00 02 00 | ....H=......x...
0a40 | 00 00 00 00 40 00 00 00-dc 05 00 00 01 00 00 00 | ....@...........
0a50 | 01 00 00 00 01 00 00 00-01 00 00 00 03 00 00 00 | ................
0a60 | a0 0f 00 00 e8 03 00 00-02 00 00 00 80 3a 09 00 | .............:..
0a70 | 80 51 01 00 05 00 00 00-58 02 00 00 10 00 00 00 | .Q......X.......
0a80 | 00 00 00 00 01 00 00 00-01 00 00 00 01 00 00 00 | ................
0a90 | 60 ea 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | `...............
0aa0 | 00 00 00 00 00 00 00 00-00 00 00 00 01 00 00 00 | ................
0ab0 | 00 00 00 00 fc 00 03 00-1f 00 00 00 00 00 00 00 | ................
0ac0 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0ad0 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0ae0 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0af0 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0b00 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0b10 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0b20 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0b30 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0b40 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0b50 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0b60 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0b70 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0b80 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0b90 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0ba0 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0bb0 | 2c 00 06 00 05 00 00 00-00 00 00 00 00 00 00 00 | ,...............
0bc0 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0bd0 | 00 00 00 00 00 00 00 00-00 00 00 00             | ............
1: lo
2: eth0
3: eth1
<<< Dumping 3064 bytes
0000 | fc 03 00 00 10 00 02 00-00 00 00 00 ac 46 00 00 | .............F..
0010 | 00 00 01 00 04 00 00 00-43 18 01 00 00 00 00 00 | ........C.......
0020 | 09 00 03 00 65 74 68 32-00 00 00 00 08 00 0d 00 | ....eth2........
0030 | e8 03 00 00 05 00 10 00-06 00 00 00 05 00 11 00 | ................
0040 | 00 00 00 00 08 00 04 00-dc 05 00 00 08 00 1b 00 | ................
0050 | 00 00 00 00 08 00 0a 00-06 00 00 00 0f 00 06 00 | ................
0060 | 70 66 69 66 6f 5f 66 61-73 74 00 00 24 00 0e 00 | pfifo_fast..$...
0070 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0080 | 00 00 00 00 00 00 00 00-00 00 00 00 01 88 ff ff | ................
0090 | 0a 00 01 00 00 14 4f 40-39 d0 00 00 0a 00 02 00 | ......O@9.......
00a0 | ff ff ff ff ff ff 00 00-60 00 07 00 64 27 f9 0d | ........`...d'..
00b0 | 2a d7 0c 00 b8 d8 81 25-3f 9c c1 10 00 00 00 00 | *......%?.......
00c0 | 00 00 00 00 d2 2d d8 0d-00 00 00 00 ee d2 db 06 | .....-..........
00d0 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
00e0 | 00 00 00 00 00 00 00 00-56 ca fb 0b 00 00 00 00 | ........V.......
00f0 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0100 | 00 00 00 00 00 00 00 00-bc 00 17 00 64 27 f9 0d | ............d'..
0110 | 00 00 00 00 2a d7 0c 00-00 00 00 00 b8 d8 81 25 | ....*..........%
0120 | 04 00 00 00 3f 9c c1 10-00 00 00 00 00 00 00 00 | ....?...........
0130 | 00 00 00 00 00 00 00 00-00 00 00 00 d2 2d d8 0d | .............-..
0140 | 00 00 00 00 00 00 00 00-00 00 00 00 ee d2 db 06 | ................
0150 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0160 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0170 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0180 | 00 00 00 00 56 ca fb 0b-00 00 00 00 00 00 00 00 | ....V...........
0190 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
01a0 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
01b0 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
01c0 | 00 00 00 00 08 00 15 00-00 00 00 00 30 02 1a 00 | ............0...
01d0 | 6c 00 02 00 68 00 01 00-01 00 00 00 00 00 00 00 | l...h...........
01e0 | 00 00 00 00 01 00 00 00-01 00 00 00 01 00 00 00 | ................
01f0 | 01 00 00 00 00 00 00 00-01 00 00 00 00 00 00 00 | ................
0200 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0210 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0220 | 00 00 00 00 01 00 00 00-00 00 00 00 00 00 00 00 | ................
0230 | 00 00 00 00 00 00 00 00-00 00 00 00 c0 01 0a 00 | ................
0240 | 08 00 01 00 00 00 00 00-14 00 05 00 ff ff 00 00 | ................
0250 | c4 08 00 00 50 80 00 00-e8 03 00 00 78 00 02 00 | ....P.......x...
0260 | 00 00 00 00 40 00 00 00-dc 05 00 00 01 00 00 00 | ....@...........
0270 | 01 00 00 00 01 00 00 00-01 00 00 00 03 00 00 00 | ................
0280 | a0 0f 00 00 e8 03 00 00-02 00 00 00 80 3a 09 00 | .............:..
0290 | 80 51 01 00 05 00 00 00-58 02 00 00 10 00 00 00 | .Q......X.......
02a0 | 00 00 00 00 01 00 00 00-01 00 00 00 01 00 00 00 | ................
02b0 | 60 ea 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | `...............
02c0 | 00 00 00 00 00 00 00 00-00 00 00 00 01 00 00 00 | ................
02d0 | 00 00 00 00 fc 00 03 00-1f 00 00 00 00 00 00 00 | ................
02e0 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
02f0 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0300 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0310 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0320 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0330 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0340 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0350 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0360 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0370 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0380 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0390 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
03a0 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
03b0 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
03c0 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
03d0 | 2c 00 06 00 05 00 00 00-00 00 00 00 00 00 00 00 | ,...............
03e0 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
03f0 | 00 00 00 00 00 00 00 00-00 00 00 00 fc 03 00 00 | ................
0400 | 10 00 02 00 00 00 00 00-ac 46 00 00 00 00 01 00 | .........F......
0410 | 05 00 00 00 43 18 01 00-00 00 00 00 09 00 03 00 | ....C...........
0420 | 65 74 68 33 00 00 00 00-08 00 0d 00 e8 03 00 00 | eth3............
0430 | 05 00 10 00 06 00 00 00-05 00 11 00 00 00 00 00 | ................
0440 | 08 00 04 00 dc 05 00 00-08 00 1b 00 00 00 00 00 | ................
0450 | 08 00 0a 00 06 00 00 00-0f 00 06 00 70 66 69 66 | ............pfif
0460 | 6f 5f 66 61 73 74 00 00-24 00 0e 00 00 00 00 00 | o_fast..$.......
0470 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0480 | 00 00 00 00 00 00 00 00-01 88 ff ff 0a 00 01 00 | ................
0490 | 00 14 4f 40 39 d0 00 00-0a 00 02 00 ff ff ff ff | ..O@9...........
04a0 | ff ff 00 00 60 00 07 00-65 9f d8 0d 00 00 00 00 | ....`...e.......
04b0 | aa f9 79 bf 00 00 00 00-00 00 00 00 00 00 00 00 | ..y.............
04c0 | 65 9f d8 0d 00 00 00 00-fb 9a db 06 00 00 00 00 | e...............
04d0 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
04e0 | 00 00 00 00 fc c5 fb 0b-00 00 00 00 00 00 00 00 | ................
04f0 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0500 | 00 00 00 00 bc 00 17 00-65 9f d8 0d 00 00 00 00 | ........e.......
0510 | 00 00 00 00 00 00 00 00-aa f9 79 bf 03 00 00 00 | ..........y.....
0520 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0530 | 00 00 00 00 00 00 00 00-65 9f d8 0d 00 00 00 00 | ........e.......
0540 | 00 00 00 00 00 00 00 00-fb 9a db 06 00 00 00 00 | ................
0550 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0560 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0570 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0580 | fc c5 fb 0b 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0590 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
05a0 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
05b0 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
05c0 | 08 00 15 00 00 00 00 00-30 02 1a 00 6c 00 02 00 | ........0...l...
05d0 | 68 00 01 00 01 00 00 00-00 00 00 00 00 00 00 00 | h...............
05e0 | 01 00 00 00 01 00 00 00-01 00 00 00 01 00 00 00 | ................
05f0 | 00 00 00 00 01 00 00 00-00 00 00 00 00 00 00 00 | ................
0600 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0610 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0620 | 01 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0630 | 00 00 00 00 00 00 00 00-c0 01 0a 00 08 00 01 00 | ................
0640 | 00 00 00 00 14 00 05 00-ff ff 00 00 e3 08 00 00 | ................
0650 | 00 71 00 00 e8 03 00 00-78 00 02 00 00 00 00 00 | .q......x.......
0660 | 40 00 00 00 dc 05 00 00-01 00 00 00 01 00 00 00 | @...............
0670 | 01 00 00 00 01 00 00 00-03 00 00 00 a0 0f 00 00 | ................
0680 | e8 03 00 00 02 00 00 00-80 3a 09 00 80 51 01 00 | .........:...Q..
0690 | 05 00 00 00 58 02 00 00-10 00 00 00 00 00 00 00 | ....X...........
06a0 | 01 00 00 00 01 00 00 00-01 00 00 00 60 ea 00 00 | ............`...
06b0 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
06c0 | 00 00 00 00 00 00 00 00-01 00 00 00 00 00 00 00 | ................
06d0 | fc 00 03 00 1f 00 00 00-00 00 00 00 00 00 00 00 | ................
06e0 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
06f0 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0700 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0710 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0720 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0730 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0740 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0750 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0760 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0770 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0780 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0790 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
07a0 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
07b0 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
07c0 | 00 00 00 00 00 00 00 00-00 00 00 00 2c 00 06 00 | ............,...
07d0 | 05 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
07e0 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
07f0 | 00 00 00 00 00 00 00 00-00 04 00 00 10 00 02 00 | ................
0800 | 00 00 00 00 ac 46 00 00-00 00 01 00 06 00 00 00 | .....F..........
0810 | 43 14 01 00 00 00 00 00-0a 00 03 00 62 6f 6e 64 | C...........bond
0820 | 30 00 00 00 08 00 0d 00-00 00 00 00 05 00 10 00 | 0...............
0830 | 06 00 00 00 05 00 11 00-00 00 00 00 08 00 04 00 | ................
0840 | dc 05 00 00 08 00 1b 00-00 00 00 00 08 00 0a 00 | ................
0850 | 07 00 00 00 0c 00 06 00-6e 6f 71 75 65 75 65 00 | ........noqueue.
0860 | 24 00 0e 00 00 00 00 00-00 00 00 00 00 00 00 00 | $...............
0870 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0880 | 01 88 ff ff 0a 00 01 00-00 14 4f 40 39 d0 00 00 | ..........O@9...
0890 | 0a 00 02 00 ff ff ff ff-ff ff 00 00 60 00 07 00 | ............`...
08a0 | d8 0e 34 24 39 8b 42 7a-c8 b0 ce dd 46 cd 92 ca | ..4$9.Bz....F...
08b0 | 02 00 00 00 00 00 00 00-f6 ef 93 29 00 00 00 00 | ...........)....
08c0 | 00 b4 24 1b 00 00 00 00-00 00 00 00 00 00 00 00 | ..$.............
08d0 | 01 00 00 00 00 00 00 00-00 00 00 00 15 9a 0a 3e | ...............>
08e0 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
08f0 | 00 00 00 00 00 00 00 00-00 00 00 00 bc 00 17 00 | ................
0900 | d8 0e 34 24 02 00 00 00-39 8b 42 7a 00 00 00 00 | ..4$....9.Bz....
0910 | c8 b0 ce dd 36 04 00 00-46 cd 92 ca bb 00 00 00 | ....6...F.......
0920 | 02 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0930 | f6 ef 93 29 00 00 00 00-00 00 00 00 00 00 00 00 | ...)............
0940 | 00 b4 24 1b 00 00 00 00-00 00 00 00 00 00 00 00 | ..$.............
0950 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0960 | 01 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0970 | 00 00 00 00 00 00 00 00-15 9a 0a 3e 00 00 00 00 | ...........>....
0980 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0990 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
09a0 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
09b0 | 00 00 00 00 00 00 00 00-10 00 12 00 09 00 01 00 | ................
09c0 | 62 6f 6e 64 00 00 00 00-30 02 1a 00 6c 00 02 00 | bond....0...l...
09d0 | 68 00 01 00 01 00 00 00-00 00 00 00 00 00 00 00 | h...............
09e0 | 01 00 00 00 01 00 00 00-01 00 00 00 01 00 00 00 | ................
09f0 | 00 00 00 00 01 00 00 00-00 00 00 00 00 00 00 00 | ................
0a00 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0a10 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0a20 | 01 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0a30 | 00 00 00 00 00 00 00 00-c0 01 0a 00 08 00 01 00 | ................
0a40 | 10 00 00 80 14 00 05 00-ff ff 00 00 d3 0c 00 00 | ................
0a50 | bc 80 00 00 e8 03 00 00-78 00 02 00 00 00 00 00 | ........x.......
0a60 | 40 00 00 00 dc 05 00 00-01 00 00 00 01 00 00 00 | @...............
0a70 | 01 00 00 00 01 00 00 00-03 00 00 00 a0 0f 00 00 | ................
0a80 | e8 03 00 00 02 00 00 00-80 3a 09 00 80 51 01 00 | .........:...Q..
0a90 | 05 00 00 00 58 02 00 00-10 00 00 00 00 00 00 00 | ....X...........
0aa0 | 01 00 00 00 01 00 00 00-01 00 00 00 60 ea 00 00 | ............`...
0ab0 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0ac0 | 00 00 00 00 00 00 00 00-01 00 00 00 00 00 00 00 | ................
0ad0 | fc 00 03 00 1f 00 00 00-00 00 00 00 00 00 00 00 | ................
0ae0 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0af0 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0b00 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0b10 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0b20 | 00 00 00 00 00 00 00 00-00 00 00 00 11 00 00 00 | ................
0b30 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0b40 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0b50 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0b60 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0b70 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0b80 | 00 00 00 00 14 00 00 00-00 00 00 00 00 00 00 00 | ................
0b90 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0ba0 | 00 00 00 00 b0 04 00 00-00 00 00 00 00 00 00 00 | ................
0bb0 | 00 00 00 00 a8 05 00 00-00 00 00 00 00 00 00 00 | ................
0bc0 | 00 00 00 00 00 00 00 00-00 00 00 00 2c 00 06 00 | ............,...
0bd0 | 05 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0be0 | 00 00 00 00 00 00 00 00-0b 00 00 00 00 00 00 00 | ................
0bf0 | 00 00 00 00 00 00 00 00-                        | ........
4: eth2
5: eth3
6: bond0
<<< Dumping 3040 bytes
0000 | e8 03 00 00 10 00 02 00-00 00 00 00 ac 46 00 00 | .............F..
0010 | 00 00 01 00 07 00 00 00-43 10 01 00 00 00 00 00 | ........C.......
0020 | 0c 00 03 00 62 72 6d 61-74 68 30 00 08 00 0d 00 | ....brmath0.....
0030 | 00 00 00 00 05 00 10 00-06 00 00 00 05 00 11 00 | ................
0040 | 00 00 00 00 08 00 04 00-dc 05 00 00 08 00 1b 00 | ................
0050 | 00 00 00 00 0c 00 06 00-6e 6f 71 75 65 75 65 00 | ........noqueue.
0060 | 24 00 0e 00 00 00 00 00-00 00 00 00 00 00 00 00 | $...............
0070 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0080 | 01 88 ff ff 0a 00 01 00-00 14 4f 40 39 d0 00 00 | ..........O@9...
0090 | 0a 00 02 00 ff ff ff ff-ff ff 00 00 60 00 07 00 | ............`...
00a0 | 12 02 ae 09 51 e8 65 01-50 30 7b ba ec 05 da 30 | ....Q.e.P0{....0
00b0 | 00 00 00 00 00 00 00 00-56 7a 4c 00 00 00 00 00 | ........VzL.....
00c0 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
00d0 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
00e0 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
00f0 | 00 00 00 00 00 00 00 00-00 00 00 00 bc 00 17 00 | ................
0100 | 12 02 ae 09 00 00 00 00-51 e8 65 01 00 00 00 00 | ........Q.e.....
0110 | 50 30 7b ba 02 00 00 00-ec 05 da 30 12 00 00 00 | P0{........0....
0120 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0130 | 56 7a 4c 00 00 00 00 00-00 00 00 00 00 00 00 00 | VzL.............
0140 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0150 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0160 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0170 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0180 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0190 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
01a0 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
01b0 | 00 00 00 00 00 00 00 00-30 02 1a 00 6c 00 02 00 | ........0...l...
01c0 | 68 00 01 00 01 00 00 00-00 00 00 00 00 00 00 00 | h...............
01d0 | 01 00 00 00 01 00 00 00-01 00 00 00 01 00 00 00 | ................
01e0 | 00 00 00 00 01 00 00 00-00 00 00 00 00 00 00 00 | ................
01f0 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0200 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0210 | 01 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0220 | 00 00 00 00 00 00 00 00-c0 01 0a 00 08 00 01 00 | ................
0230 | 10 00 00 80 14 00 05 00-ff ff 00 00 06 0d 00 00 | ................
0240 | 98 89 00 00 e8 03 00 00-78 00 02 00 00 00 00 00 | ........x.......
0250 | 40 00 00 00 dc 05 00 00-01 00 00 00 01 00 00 00 | @...............
0260 | 01 00 00 00 01 00 00 00-03 00 00 00 a0 0f 00 00 | ................
0270 | e8 03 00 00 02 00 00 00-80 3a 09 00 80 51 01 00 | .........:...Q..
0280 | 05 00 00 00 58 02 00 00-10 00 00 00 00 00 00 00 | ....X...........
0290 | 01 00 00 00 01 00 00 00-01 00 00 00 60 ea 00 00 | ............`...
02a0 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
02b0 | 00 00 00 00 00 00 00 00-01 00 00 00 00 00 00 00 | ................
02c0 | fc 00 03 00 1f 00 00 00-00 00 00 00 c4 d7 5b 00 | ..............[.
02d0 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
02e0 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
02f0 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0300 | 00 00 00 00 00 00 00 00-00 00 00 00 58 85 00 00 | ............X...
0310 | 00 00 00 00 00 00 00 00-00 00 00 00 cb ca 00 00 | ................
0320 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0330 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0340 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0350 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0360 | 00 00 00 00 00 00 00 00-00 00 00 00 ff 0c 5b 00 | ..............[.
0370 | 00 00 00 00 92 95 01 00-00 00 00 00 00 00 00 00 | ................
0380 | 00 00 00 00 00 00 00 00-00 00 00 00 57 f5 f1 43 | ............W..C
0390 | 00 00 00 00 00 09 39 00-00 00 00 00 ef ed b8 43 | ......9........C
03a0 | 00 00 00 00 18 11 72 00-00 00 00 00 00 00 00 00 | ......r.........
03b0 | 00 00 00 00 00 00 00 00-00 00 00 00 2c 00 06 00 | ............,...
03c0 | 05 00 00 00 00 00 00 00-36 85 00 00 00 00 00 00 | ........6.......
03d0 | 00 00 00 00 00 00 00 00-cb ca 00 00 00 00 00 00 | ................
03e0 | 00 00 00 00 00 00 00 00-fc 03 00 00 10 00 02 00 | ................
03f0 | 00 00 00 00 ac 46 00 00-00 00 01 00 08 00 00 00 | .....F..........
0400 | 43 11 01 00 00 00 00 00-0b 00 03 00 76 69 66 31 | C...........vif1
0410 | 2e 30 00 00 08 00 0d 00-20 00 00 00 05 00 10 00 | .0...... .......
0420 | 00 00 00 00 05 00 11 00-00 00 00 00 08 00 04 00 | ................
0430 | dc 05 00 00 08 00 1b 00-00 00 00 00 08 00 0a 00 | ................
0440 | 07 00 00 00 0f 00 06 00-70 66 69 66 6f 5f 66 61 | ........pfifo_fa
0450 | 73 74 00 00 24 00 0e 00-00 00 00 00 00 00 00 00 | st..$...........
0460 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0470 | 00 00 00 00 01 88 ff ff-0a 00 01 00 fe ff ff ff | ................
0480 | ff ff 00 00 0a 00 02 00-ff ff ff ff ff ff 00 00 | ................
0490 | 60 00 07 00 46 b1 4d 00-0d 19 a5 08 44 36 b5 44 | `...F.M.....D6.D
04a0 | 63 46 a0 cb 00 00 00 00-00 00 00 00 00 00 00 00 | cF..............
04b0 | d1 b2 01 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
04c0 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
04d0 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
04e0 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
04f0 | bc 00 17 00 46 b1 4d 00-00 00 00 00 0d 19 a5 08 | ....F.M.........
0500 | 00 00 00 00 44 36 b5 44-00 00 00 00 63 46 a0 cb | ....D6.D....cF..
0510 | 02 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0520 | 00 00 00 00 00 00 00 00-00 00 00 00 d1 b2 01 00 | ................
0530 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0540 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0550 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0560 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0570 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0580 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0590 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
05a0 | 00 00 00 00 00 00 00 00-00 00 00 00 08 00 15 00 | ................
05b0 | 00 00 00 00 30 02 1a 00-6c 00 02 00 68 00 01 00 | ....0...l...h...
05c0 | 01 00 00 00 00 00 00 00-00 00 00 00 01 00 00 00 | ................
05d0 | 01 00 00 00 01 00 00 00-01 00 00 00 00 00 00 00 | ................
05e0 | 01 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
05f0 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0600 | 00 00 00 00 00 00 00 00-00 00 00 00 01 00 00 00 | ................
0610 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0620 | 00 00 00 00 c0 01 0a 00-08 00 01 00 10 00 00 80 | ................
0630 | 14 00 05 00 ff ff 00 00-b0 11 00 00 c0 63 00 00 | .............c..
0640 | e8 03 00 00 78 00 02 00-00 00 00 00 40 00 00 00 | ....x.......@...
0650 | dc 05 00 00 01 00 00 00-01 00 00 00 01 00 00 00 | ................
0660 | 01 00 00 00 03 00 00 00-a0 0f 00 00 e8 03 00 00 | ................
0670 | 02 00 00 00 80 3a 09 00-80 51 01 00 05 00 00 00 | .....:...Q......
0680 | 58 02 00 00 10 00 00 00-00 00 00 00 01 00 00 00 | X...............
0690 | 01 00 00 00 01 00 00 00-60 ea 00 00 00 00 00 00 | ........`.......
06a0 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
06b0 | 00 00 00 00 01 00 00 00-00 00 00 00 fc 00 03 00 | ................
06c0 | 1f 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
06d0 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
06e0 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
06f0 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0700 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0710 | 00 00 00 00 00 00 00 00-06 00 00 00 00 00 00 00 | ................
0720 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0730 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0740 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0750 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0760 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0770 | 08 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0780 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0790 | 80 01 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
07a0 | 18 02 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
07b0 | 00 00 00 00 00 00 00 00-2c 00 06 00 05 00 00 00 | ........,.......
07c0 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
07d0 | 00 00 00 00 06 00 00 00-00 00 00 00 00 00 00 00 | ................
07e0 | 00 00 00 00 fc 03 00 00-10 00 02 00 00 00 00 00 | ................
07f0 | ac 46 00 00 00 00 01 00-0a 00 00 00 43 11 01 00 | .F..........C...
0800 | 00 00 00 00 0b 00 03 00-76 69 66 33 2e 30 00 00 | ........vif3.0..
0810 | 08 00 0d 00 20 00 00 00-05 00 10 00 00 00 00 00 | .... ...........
0820 | 05 00 11 00 00 00 00 00-08 00 04 00 dc 05 00 00 | ................
0830 | 08 00 1b 00 00 00 00 00-08 00 0a 00 07 00 00 00 | ................
0840 | 0f 00 06 00 70 66 69 66-6f 5f 66 61 73 74 00 00 | ....pfifo_fast..
0850 | 24 00 0e 00 00 00 00 00-00 00 00 00 00 00 00 00 | $...............
0860 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0870 | 01 88 ff ff 0a 00 01 00-fe ff ff ff ff ff 00 00 | ................
0880 | 0a 00 02 00 ff ff ff ff-ff ff 00 00 60 00 07 00 | ............`...
0890 | 39 0a 29 00 a4 d2 81 08-49 a0 0f 40 52 f4 e0 c6 | 9.).....I..@R...
08a0 | 00 00 00 00 00 00 00 00-00 00 00 00 1f d6 01 00 | ................
08b0 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
08c0 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
08d0 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
08e0 | 00 00 00 00 00 00 00 00-00 00 00 00 bc 00 17 00 | ................
08f0 | 39 0a 29 00 00 00 00 00-a4 d2 81 08 00 00 00 00 | 9.).............
0900 | 49 a0 0f 40 00 00 00 00-52 f4 e0 c6 02 00 00 00 | I..@....R.......
0910 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0920 | 00 00 00 00 00 00 00 00-1f d6 01 00 00 00 00 00 | ................
0930 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0940 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0950 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0960 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0970 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0980 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0990 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
09a0 | 00 00 00 00 00 00 00 00-08 00 15 00 00 00 00 00 | ................
09b0 | 30 02 1a 00 6c 00 02 00-68 00 01 00 01 00 00 00 | 0...l...h.......
09c0 | 00 00 00 00 00 00 00 00-01 00 00 00 01 00 00 00 | ................
09d0 | 01 00 00 00 01 00 00 00-00 00 00 00 01 00 00 00 | ................
09e0 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
09f0 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0a00 | 00 00 00 00 00 00 00 00-01 00 00 00 00 00 00 00 | ................
0a10 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0a20 | c0 01 0a 00 08 00 01 00-10 00 00 80 14 00 05 00 | ................
0a30 | ff ff 00 00 fe 1a 00 00-04 43 00 00 e8 03 00 00 | .........C......
0a40 | 78 00 02 00 00 00 00 00-40 00 00 00 dc 05 00 00 | x.......@.......
0a50 | 01 00 00 00 01 00 00 00-01 00 00 00 01 00 00 00 | ................
0a60 | 03 00 00 00 a0 0f 00 00-e8 03 00 00 02 00 00 00 | ................
0a70 | 80 3a 09 00 80 51 01 00-05 00 00 00 58 02 00 00 | .:...Q......X...
0a80 | 10 00 00 00 00 00 00 00-01 00 00 00 01 00 00 00 | ................
0a90 | 01 00 00 00 60 ea 00 00-00 00 00 00 00 00 00 00 | ....`...........
0aa0 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0ab0 | 01 00 00 00 00 00 00 00-fc 00 03 00 1f 00 00 00 | ................
0ac0 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0ad0 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0ae0 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0af0 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0b00 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0b10 | 00 00 00 00 06 00 00 00-00 00 00 00 00 00 00 00 | ................
0b20 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0b30 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0b40 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0b50 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0b60 | 00 00 00 00 00 00 00 00-00 00 00 00 08 00 00 00 | ................
0b70 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0b80 | 00 00 00 00 00 00 00 00-00 00 00 00 80 01 00 00 | ................
0b90 | 00 00 00 00 00 00 00 00-00 00 00 00 18 02 00 00 | ................
0ba0 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0bb0 | 00 00 00 00 2c 00 06 00-05 00 00 00 00 00 00 00 | ....,...........
0bc0 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0bd0 | 06 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0be0 |                                                 | 
7: brmath0
8: vif1.0
10: vif3.0
<<< Dumping 3060 bytes
0000 | fc 03 00 00 10 00 02 00-00 00 00 00 ac 46 00 00 | .............F..
0010 | 00 00 01 00 0d 00 00 00-43 11 01 00 00 00 00 00 | ........C.......
0020 | 0b 00 03 00 76 69 66 37-2e 30 00 00 08 00 0d 00 | ....vif7.0......
0030 | 20 00 00 00 05 00 10 00-00 00 00 00 05 00 11 00 |  ...............
0040 | 00 00 00 00 08 00 04 00-dc 05 00 00 08 00 1b 00 | ................
0050 | 00 00 00 00 08 00 0a 00-07 00 00 00 0f 00 06 00 | ................
0060 | 70 66 69 66 6f 5f 66 61-73 74 00 00 24 00 0e 00 | pfifo_fast..$...
0070 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0080 | 00 00 00 00 00 00 00 00-00 00 00 00 01 88 ff ff | ................
0090 | 0a 00 01 00 fe ff ff ff-ff ff 00 00 0a 00 02 00 | ................
00a0 | ff ff ff ff ff ff 00 00-60 00 07 00 56 03 00 00 | ........`...V...
00b0 | 6a 3a 62 08 58 81 01 00-45 cf 12 b1 00 00 00 00 | j:b.X...E.......
00c0 | 00 00 00 00 00 00 00 00-22 02 00 00 00 00 00 00 | ........".......
00d0 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
00e0 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
00f0 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0100 | 00 00 00 00 00 00 00 00-bc 00 17 00 56 03 00 00 | ............V...
0110 | 00 00 00 00 6a 3a 62 08-00 00 00 00 58 81 01 00 | ....j:b.....X...
0120 | 00 00 00 00 45 cf 12 b1-02 00 00 00 00 00 00 00 | ....E...........
0130 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0140 | 00 00 00 00 22 02 00 00-00 00 00 00 00 00 00 00 | ...."...........
0150 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0160 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0170 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0180 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0190 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
01a0 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
01b0 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
01c0 | 00 00 00 00 08 00 15 00-00 00 00 00 30 02 1a 00 | ............0...
01d0 | 6c 00 02 00 68 00 01 00-01 00 00 00 00 00 00 00 | l...h...........
01e0 | 00 00 00 00 01 00 00 00-01 00 00 00 01 00 00 00 | ................
01f0 | 01 00 00 00 00 00 00 00-01 00 00 00 00 00 00 00 | ................
0200 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0210 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0220 | 00 00 00 00 01 00 00 00-00 00 00 00 00 00 00 00 | ................
0230 | 00 00 00 00 00 00 00 00-00 00 00 00 c0 01 0a 00 | ................
0240 | 08 00 01 00 10 00 00 80-14 00 05 00 ff ff 00 00 | ................
0250 | 74 32 00 00 0c 5d 00 00-e8 03 00 00 78 00 02 00 | t2...]......x...
0260 | 00 00 00 00 40 00 00 00-dc 05 00 00 01 00 00 00 | ....@...........
0270 | 01 00 00 00 01 00 00 00-01 00 00 00 03 00 00 00 | ................
0280 | a0 0f 00 00 e8 03 00 00-02 00 00 00 80 3a 09 00 | .............:..
0290 | 80 51 01 00 05 00 00 00-58 02 00 00 10 00 00 00 | .Q......X.......
02a0 | 00 00 00 00 01 00 00 00-01 00 00 00 01 00 00 00 | ................
02b0 | 60 ea 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | `...............
02c0 | 00 00 00 00 00 00 00 00-00 00 00 00 01 00 00 00 | ................
02d0 | 00 00 00 00 fc 00 03 00-1f 00 00 00 00 00 00 00 | ................
02e0 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
02f0 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0300 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0310 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0320 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0330 | 06 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0340 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0350 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0360 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0370 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0380 | 00 00 00 00 00 00 00 00-08 00 00 00 00 00 00 00 | ................
0390 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
03a0 | 00 00 00 00 00 00 00 00-80 01 00 00 00 00 00 00 | ................
03b0 | 00 00 00 00 00 00 00 00-18 02 00 00 00 00 00 00 | ................
03c0 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
03d0 | 2c 00 06 00 05 00 00 00-00 00 00 00 00 00 00 00 | ,...............
03e0 | 00 00 00 00 00 00 00 00-00 00 00 00 06 00 00 00 | ................
03f0 | 00 00 00 00 00 00 00 00-00 00 00 00 fc 03 00 00 | ................
0400 | 10 00 02 00 00 00 00 00-ac 46 00 00 00 00 01 00 | .........F......
0410 | 10 00 00 00 43 11 01 00-00 00 00 00 0c 00 03 00 | ....C...........
0420 | 76 69 66 31 30 2e 30 00-08 00 0d 00 20 00 00 00 | vif10.0..... ...
0430 | 05 00 10 00 00 00 00 00-05 00 11 00 00 00 00 00 | ................
0440 | 08 00 04 00 dc 05 00 00-08 00 1b 00 00 00 00 00 | ................
0450 | 08 00 0a 00 07 00 00 00-0f 00 06 00 70 66 69 66 | ............pfif
0460 | 6f 5f 66 61 73 74 00 00-24 00 0e 00 00 00 00 00 | o_fast..$.......
0470 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0480 | 00 00 00 00 00 00 00 00-01 88 ff ff 0a 00 01 00 | ................
0490 | fe ff ff ff ff ff 00 00-0a 00 02 00 ff ff ff ff | ................
04a0 | ff ff 00 00 60 00 07 00-4e c5 0f 00 8c 20 68 08 | ....`...N.... h.
04b0 | 5b 74 11 05 ac 3b 1d b4-00 00 00 00 00 00 00 00 | [t...;..........
04c0 | 00 00 00 00 d5 c8 01 00-00 00 00 00 00 00 00 00 | ................
04d0 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
04e0 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
04f0 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0500 | 00 00 00 00 bc 00 17 00-4e c5 0f 00 00 00 00 00 | ........N.......
0510 | 8c 20 68 08 00 00 00 00-5b 74 11 05 00 00 00 00 | . h.....[t......
0520 | ac 3b 1d b4 02 00 00 00-00 00 00 00 00 00 00 00 | .;..............
0530 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0540 | d5 c8 01 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0550 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0560 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0570 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0580 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0590 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
05a0 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
05b0 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
05c0 | 08 00 15 00 00 00 00 00-30 02 1a 00 6c 00 02 00 | ........0...l...
05d0 | 68 00 01 00 01 00 00 00-00 00 00 00 00 00 00 00 | h...............
05e0 | 01 00 00 00 01 00 00 00-01 00 00 00 01 00 00 00 | ................
05f0 | 00 00 00 00 01 00 00 00-00 00 00 00 00 00 00 00 | ................
0600 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0610 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0620 | 01 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0630 | 00 00 00 00 00 00 00 00-c0 01 0a 00 08 00 01 00 | ................
0640 | 10 00 00 80 14 00 05 00-ff ff 00 00 47 4e 00 00 | ............GN..
0650 | 3c 95 00 00 e8 03 00 00-78 00 02 00 00 00 00 00 | <.......x.......
0660 | 40 00 00 00 dc 05 00 00-01 00 00 00 01 00 00 00 | @...............
0670 | 01 00 00 00 01 00 00 00-03 00 00 00 a0 0f 00 00 | ................
0680 | e8 03 00 00 02 00 00 00-80 3a 09 00 80 51 01 00 | .........:...Q..
0690 | 05 00 00 00 58 02 00 00-10 00 00 00 00 00 00 00 | ....X...........
06a0 | 01 00 00 00 01 00 00 00-01 00 00 00 60 ea 00 00 | ............`...
06b0 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
06c0 | 00 00 00 00 00 00 00 00-01 00 00 00 00 00 00 00 | ................
06d0 | fc 00 03 00 1f 00 00 00-00 00 00 00 00 00 00 00 | ................
06e0 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
06f0 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0700 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0710 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0720 | 00 00 00 00 00 00 00 00-00 00 00 00 06 00 00 00 | ................
0730 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0740 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0750 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0760 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0770 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0780 | 00 00 00 00 08 00 00 00-00 00 00 00 00 00 00 00 | ................
0790 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
07a0 | 00 00 00 00 80 01 00 00-00 00 00 00 00 00 00 00 | ................
07b0 | 00 00 00 00 18 02 00 00-00 00 00 00 00 00 00 00 | ................
07c0 | 00 00 00 00 00 00 00 00-00 00 00 00 2c 00 06 00 | ............,...
07d0 | 05 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
07e0 | 00 00 00 00 00 00 00 00-06 00 00 00 00 00 00 00 | ................
07f0 | 00 00 00 00 00 00 00 00-fc 03 00 00 10 00 02 00 | ................
0800 | 00 00 00 00 ac 46 00 00-00 00 01 00 11 00 00 00 | .....F..........
0810 | 43 11 01 00 00 00 00 00-0c 00 03 00 76 69 66 31 | C...........vif1
0820 | 31 2e 30 00 08 00 0d 00-20 00 00 00 05 00 10 00 | 1.0..... .......
0830 | 00 00 00 00 05 00 11 00-00 00 00 00 08 00 04 00 | ................
0840 | dc 05 00 00 08 00 1b 00-00 00 00 00 08 00 0a 00 | ................
0850 | 07 00 00 00 0f 00 06 00-70 66 69 66 6f 5f 66 61 | ........pfifo_fa
0860 | 73 74 00 00 24 00 0e 00-00 00 00 00 00 00 00 00 | st..$...........
0870 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0880 | 00 00 00 00 01 88 ff ff-0a 00 01 00 fe ff ff ff | ................
0890 | ff ff 00 00 0a 00 02 00-ff ff ff ff ff ff 00 00 | ................
08a0 | 60 00 07 00 85 48 31 01-f4 be 3a 1b 45 53 81 38 | `....H1...:.ES.8
08b0 | 0a b2 8a 4c 00 00 00 00-00 00 00 00 00 00 00 00 | ...L............
08c0 | 62 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | b...............
08d0 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
08e0 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
08f0 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0900 | bc 00 17 00 85 48 31 01-00 00 00 00 f4 be 3a 1b | .....H1.......:.
0910 | 00 00 00 00 45 53 81 38-00 00 00 00 0a b2 8a 4c | ....ES.8.......L
0920 | 0d 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0930 | 00 00 00 00 00 00 00 00-00 00 00 00 62 00 00 00 | ............b...
0940 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0950 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0960 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0970 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0980 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0990 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
09a0 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
09b0 | 00 00 00 00 00 00 00 00-00 00 00 00 08 00 15 00 | ................
09c0 | 00 00 00 00 30 02 1a 00-6c 00 02 00 68 00 01 00 | ....0...l...h...
09d0 | 01 00 00 00 00 00 00 00-00 00 00 00 01 00 00 00 | ................
09e0 | 01 00 00 00 01 00 00 00-01 00 00 00 00 00 00 00 | ................
09f0 | 01 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0a00 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0a10 | 00 00 00 00 00 00 00 00-00 00 00 00 01 00 00 00 | ................
0a20 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0a30 | 00 00 00 00 c0 01 0a 00-08 00 01 00 10 00 00 80 | ................
0a40 | 14 00 05 00 ff ff 00 00-22 55 00 00 8c 5b 00 00 | ........"U...[..
0a50 | e8 03 00 00 78 00 02 00-00 00 00 00 40 00 00 00 | ....x.......@...
0a60 | dc 05 00 00 01 00 00 00-01 00 00 00 01 00 00 00 | ................
0a70 | 01 00 00 00 03 00 00 00-a0 0f 00 00 e8 03 00 00 | ................
0a80 | 02 00 00 00 80 3a 09 00-80 51 01 00 05 00 00 00 | .....:...Q......
0a90 | 58 02 00 00 10 00 00 00-00 00 00 00 01 00 00 00 | X...............
0aa0 | 01 00 00 00 01 00 00 00-60 ea 00 00 00 00 00 00 | ........`.......
0ab0 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0ac0 | 00 00 00 00 01 00 00 00-00 00 00 00 fc 00 03 00 | ................
0ad0 | 1f 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0ae0 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0af0 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0b00 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0b10 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0b20 | 00 00 00 00 00 00 00 00-06 00 00 00 00 00 00 00 | ................
0b30 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0b40 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0b50 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0b60 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0b70 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0b80 | 08 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0b90 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0ba0 | 80 01 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0bb0 | 18 02 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0bc0 | 00 00 00 00 00 00 00 00-2c 00 06 00 05 00 00 00 | ........,.......
0bd0 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0be0 | 00 00 00 00 06 00 00 00-00 00 00 00 00 00 00 00 | ................
0bf0 | 00 00 00 00                                     | ....
13: vif7.0
16: vif10.0
17: vif11.0
<<< Dumping 3060 bytes
0000 | fc 03 00 00 10 00 02 00-00 00 00 00 ac 46 00 00 | .............F..
0010 | 00 00 01 00 20 00 00 00-43 11 01 00 00 00 00 00 | .... ...C.......
0020 | 0c 00 03 00 76 69 66 32-39 2e 30 00 08 00 0d 00 | ....vif29.0.....
0030 | 20 00 00 00 05 00 10 00-00 00 00 00 05 00 11 00 |  ...............
0040 | 00 00 00 00 08 00 04 00-dc 05 00 00 08 00 1b 00 | ................
0050 | 00 00 00 00 08 00 0a 00-07 00 00 00 0f 00 06 00 | ................
0060 | 70 66 69 66 6f 5f 66 61-73 74 00 00 24 00 0e 00 | pfifo_fast..$...
0070 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0080 | 00 00 00 00 00 00 00 00-00 00 00 00 01 88 ff ff | ................
0090 | 0a 00 01 00 fe ff ff ff-ff ff 00 00 0a 00 02 00 | ................
00a0 | ff ff ff ff ff ff 00 00-60 00 07 00 3c ee 87 14 | ........`...<...
00b0 | 56 65 b3 0c 6d e3 01 a9-a9 72 9c ee 00 00 00 00 | Ve..m....r......
00c0 | 00 00 00 00 00 00 00 00-83 00 00 00 00 00 00 00 | ................
00d0 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
00e0 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
00f0 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0100 | 00 00 00 00 00 00 00 00-bc 00 17 00 3c ee 87 14 | ............<...
0110 | 00 00 00 00 56 65 b3 0c-00 00 00 00 6d e3 01 a9 | ....Ve......m...
0120 | 0b 00 00 00 a9 72 9c ee-05 00 00 00 00 00 00 00 | .....r..........
0130 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0140 | 00 00 00 00 83 00 00 00-00 00 00 00 00 00 00 00 | ................
0150 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0160 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0170 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0180 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0190 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
01a0 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
01b0 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
01c0 | 00 00 00 00 08 00 15 00-00 00 00 00 30 02 1a 00 | ............0...
01d0 | 6c 00 02 00 68 00 01 00-01 00 00 00 00 00 00 00 | l...h...........
01e0 | 00 00 00 00 01 00 00 00-01 00 00 00 01 00 00 00 | ................
01f0 | 01 00 00 00 00 00 00 00-01 00 00 00 00 00 00 00 | ................
0200 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0210 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0220 | 00 00 00 00 01 00 00 00-00 00 00 00 00 00 00 00 | ................
0230 | 00 00 00 00 00 00 00 00-00 00 00 00 c0 01 0a 00 | ................
0240 | 08 00 01 00 10 00 00 80-14 00 05 00 ff ff 00 00 | ................
0250 | ce 6f 7d 16 74 a5 00 00-e8 03 00 00 78 00 02 00 | .o}.t.......x...
0260 | 00 00 00 00 40 00 00 00-dc 05 00 00 01 00 00 00 | ....@...........
0270 | 01 00 00 00 01 00 00 00-01 00 00 00 03 00 00 00 | ................
0280 | a0 0f 00 00 e8 03 00 00-02 00 00 00 80 3a 09 00 | .............:..
0290 | 80 51 01 00 05 00 00 00-58 02 00 00 10 00 00 00 | .Q......X.......
02a0 | 00 00 00 00 01 00 00 00-01 00 00 00 01 00 00 00 | ................
02b0 | 60 ea 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | `...............
02c0 | 00 00 00 00 00 00 00 00-00 00 00 00 01 00 00 00 | ................
02d0 | 00 00 00 00 fc 00 03 00-1f 00 00 00 00 00 00 00 | ................
02e0 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
02f0 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0300 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0310 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0320 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0330 | 06 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0340 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0350 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0360 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0370 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0380 | 00 00 00 00 00 00 00 00-08 00 00 00 00 00 00 00 | ................
0390 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
03a0 | 00 00 00 00 00 00 00 00-80 01 00 00 00 00 00 00 | ................
03b0 | 00 00 00 00 00 00 00 00-18 02 00 00 00 00 00 00 | ................
03c0 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
03d0 | 2c 00 06 00 05 00 00 00-00 00 00 00 00 00 00 00 | ,...............
03e0 | 00 00 00 00 00 00 00 00-00 00 00 00 06 00 00 00 | ................
03f0 | 00 00 00 00 00 00 00 00-00 00 00 00 fc 03 00 00 | ................
0400 | 10 00 02 00 00 00 00 00-ac 46 00 00 00 00 01 00 | .........F......
0410 | 21 00 00 00 43 11 01 00-00 00 00 00 0c 00 03 00 | !...C...........
0420 | 76 69 66 33 30 2e 30 00-08 00 0d 00 20 00 00 00 | vif30.0..... ...
0430 | 05 00 10 00 00 00 00 00-05 00 11 00 00 00 00 00 | ................
0440 | 08 00 04 00 dc 05 00 00-08 00 1b 00 00 00 00 00 | ................
0450 | 08 00 0a 00 07 00 00 00-0f 00 06 00 70 66 69 66 | ............pfif
0460 | 6f 5f 66 61 73 74 00 00-24 00 0e 00 00 00 00 00 | o_fast..$.......
0470 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0480 | 00 00 00 00 00 00 00 00-01 88 ff ff 0a 00 01 00 | ................
0490 | fe ff ff ff ff ff 00 00-0a 00 02 00 ff ff ff ff | ................
04a0 | ff ff 00 00 60 00 07 00-03 9d 43 09 3e a0 ca 0f | ....`.....C.>...
04b0 | 53 58 a6 9f 34 4d 39 77-00 00 00 00 00 00 00 00 | SX..4M9w........
04c0 | 00 00 00 00 0e 00 00 00-00 00 00 00 00 00 00 00 | ................
04d0 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
04e0 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
04f0 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0500 | 00 00 00 00 bc 00 17 00-03 9d 43 09 00 00 00 00 | ..........C.....
0510 | 3e a0 ca 0f 00 00 00 00-53 58 a6 9f 2a 00 00 00 | >.......SX..*...
0520 | 34 4d 39 77 0c 00 00 00-00 00 00 00 00 00 00 00 | 4M9w............
0530 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0540 | 0e 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0550 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0560 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0570 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0580 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0590 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
05a0 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
05b0 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
05c0 | 08 00 15 00 00 00 00 00-30 02 1a 00 6c 00 02 00 | ........0...l...
05d0 | 68 00 01 00 01 00 00 00-00 00 00 00 00 00 00 00 | h...............
05e0 | 01 00 00 00 01 00 00 00-01 00 00 00 01 00 00 00 | ................
05f0 | 00 00 00 00 01 00 00 00-00 00 00 00 00 00 00 00 | ................
0600 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0610 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0620 | 01 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0630 | 00 00 00 00 00 00 00 00-c0 01 0a 00 08 00 01 00 | ................
0640 | 10 00 00 80 14 00 05 00-ff ff 00 00 88 89 dd 1f | ................
0650 | 5c 63 00 00 e8 03 00 00-78 00 02 00 00 00 00 00 | \c......x.......
0660 | 40 00 00 00 dc 05 00 00-01 00 00 00 01 00 00 00 | @...............
0670 | 01 00 00 00 01 00 00 00-03 00 00 00 a0 0f 00 00 | ................
0680 | e8 03 00 00 02 00 00 00-80 3a 09 00 80 51 01 00 | .........:...Q..
0690 | 05 00 00 00 58 02 00 00-10 00 00 00 00 00 00 00 | ....X...........
06a0 | 01 00 00 00 01 00 00 00-01 00 00 00 60 ea 00 00 | ............`...
06b0 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
06c0 | 00 00 00 00 00 00 00 00-01 00 00 00 00 00 00 00 | ................
06d0 | fc 00 03 00 1f 00 00 00-00 00 00 00 00 00 00 00 | ................
06e0 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
06f0 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0700 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0710 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0720 | 00 00 00 00 00 00 00 00-00 00 00 00 06 00 00 00 | ................
0730 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0740 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0750 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0760 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0770 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0780 | 00 00 00 00 08 00 00 00-00 00 00 00 00 00 00 00 | ................
0790 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
07a0 | 00 00 00 00 80 01 00 00-00 00 00 00 00 00 00 00 | ................
07b0 | 00 00 00 00 18 02 00 00-00 00 00 00 00 00 00 00 | ................
07c0 | 00 00 00 00 00 00 00 00-00 00 00 00 2c 00 06 00 | ............,...
07d0 | 05 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
07e0 | 00 00 00 00 00 00 00 00-06 00 00 00 00 00 00 00 | ................
07f0 | 00 00 00 00 00 00 00 00-fc 03 00 00 10 00 02 00 | ................
0800 | 00 00 00 00 ac 46 00 00-00 00 01 00 33 00 00 00 | .....F......3...
0810 | 43 11 01 00 00 00 00 00-0c 00 03 00 76 69 66 34 | C...........vif4
0820 | 39 2e 30 00 08 00 0d 00-20 00 00 00 05 00 10 00 | 9.0..... .......
0830 | 00 00 00 00 05 00 11 00-00 00 00 00 08 00 04 00 | ................
0840 | dc 05 00 00 08 00 1b 00-00 00 00 00 08 00 0a 00 | ................
0850 | 07 00 00 00 0f 00 06 00-70 66 69 66 6f 5f 66 61 | ........pfifo_fa
0860 | 73 74 00 00 24 00 0e 00-00 00 00 00 00 00 00 00 | st..$...........
0870 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0880 | 00 00 00 00 01 88 ff ff-0a 00 01 00 fe ff ff ff | ................
0890 | ff ff 00 00 0a 00 02 00-ff ff ff ff ff ff 00 00 | ................
08a0 | 60 00 07 00 5c 79 08 00-de 80 22 02 f4 3b 7c 02 | `...\y...."..;|.
08b0 | b2 69 3f ce 00 00 00 00-00 00 00 00 00 00 00 00 | .i?.............
08c0 | 0d 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
08d0 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
08e0 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
08f0 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0900 | bc 00 17 00 5c 79 08 00-00 00 00 00 de 80 22 02 | ....\y........".
0910 | 00 00 00 00 f4 3b 7c 02-00 00 00 00 b2 69 3f ce | .....;|......i?.
0920 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0930 | 00 00 00 00 00 00 00 00-00 00 00 00 0d 00 00 00 | ................
0940 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0950 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0960 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0970 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0980 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0990 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
09a0 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
09b0 | 00 00 00 00 00 00 00 00-00 00 00 00 08 00 15 00 | ................
09c0 | 00 00 00 00 30 02 1a 00-6c 00 02 00 68 00 01 00 | ....0...l...h...
09d0 | 01 00 00 00 00 00 00 00-00 00 00 00 01 00 00 00 | ................
09e0 | 01 00 00 00 01 00 00 00-01 00 00 00 00 00 00 00 | ................
09f0 | 01 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0a00 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0a10 | 00 00 00 00 00 00 00 00-00 00 00 00 01 00 00 00 | ................
0a20 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0a30 | 00 00 00 00 c0 01 0a 00-08 00 01 00 10 00 00 80 | ................
0a40 | 14 00 05 00 ff ff 00 00-c6 5e 75 56 70 68 00 00 | .........^uVph..
0a50 | e8 03 00 00 78 00 02 00-00 00 00 00 40 00 00 00 | ....x.......@...
0a60 | dc 05 00 00 01 00 00 00-01 00 00 00 01 00 00 00 | ................
0a70 | 01 00 00 00 03 00 00 00-a0 0f 00 00 e8 03 00 00 | ................
0a80 | 02 00 00 00 80 3a 09 00-80 51 01 00 05 00 00 00 | .....:...Q......
0a90 | 58 02 00 00 10 00 00 00-00 00 00 00 01 00 00 00 | X...............
0aa0 | 01 00 00 00 01 00 00 00-60 ea 00 00 00 00 00 00 | ........`.......
0ab0 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0ac0 | 00 00 00 00 01 00 00 00-00 00 00 00 fc 00 03 00 | ................
0ad0 | 1f 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0ae0 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0af0 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0b00 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0b10 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0b20 | 00 00 00 00 00 00 00 00-06 00 00 00 00 00 00 00 | ................
0b30 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0b40 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0b50 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0b60 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0b70 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0b80 | 08 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0b90 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0ba0 | 80 01 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0bb0 | 18 02 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0bc0 | 00 00 00 00 00 00 00 00-2c 00 06 00 05 00 00 00 | ........,.......
0bd0 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0be0 | 00 00 00 00 06 00 00 00-00 00 00 00 00 00 00 00 | ................
0bf0 | 00 00 00 00                                     | ....
32: vif29.0
33: vif30.0
51: vif49.0
<<< Dumping 1020 bytes
0000 | fc 03 00 00 10 00 02 00-00 00 00 00 ac 46 00 00 | .............F..
0010 | 00 00 01 00 37 00 00 00-43 11 01 00 00 00 00 00 | ....7...C.......
0020 | 0c 00 03 00 76 69 66 35-33 2e 30 00 08 00 0d 00 | ....vif53.0.....
0030 | 20 00 00 00 05 00 10 00-00 00 00 00 05 00 11 00 |  ...............
0040 | 00 00 00 00 08 00 04 00-dc 05 00 00 08 00 1b 00 | ................
0050 | 00 00 00 00 08 00 0a 00-07 00 00 00 0f 00 06 00 | ................
0060 | 70 66 69 66 6f 5f 66 61-73 74 00 00 24 00 0e 00 | pfifo_fast..$...
0070 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0080 | 00 00 00 00 00 00 00 00-00 00 00 00 01 88 ff ff | ................
0090 | 0a 00 01 00 fe ff ff ff-ff ff 00 00 0a 00 02 00 | ................
00a0 | ff ff ff ff ff ff 00 00-60 00 07 00 0c 31 06 04 | ........`....1..
00b0 | d2 e3 35 07 c0 bf 53 8b-07 77 bc c6 00 00 00 00 | ..5...S..w......
00c0 | 00 00 00 00 00 00 00 00-42 01 00 00 00 00 00 00 | ........B.......
00d0 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
00e0 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
00f0 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0100 | 00 00 00 00 00 00 00 00-bc 00 17 00 0c 31 06 04 | .............1..
0110 | 00 00 00 00 d2 e3 35 07-00 00 00 00 c0 bf 53 8b | ......5.......S.
0120 | 03 00 00 00 07 77 bc c6-1e 00 00 00 00 00 00 00 | .....w..........
0130 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0140 | 00 00 00 00 42 01 00 00-00 00 00 00 00 00 00 00 | ....B...........
0150 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0160 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0170 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0180 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0190 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
01a0 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
01b0 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
01c0 | 00 00 00 00 08 00 15 00-00 00 00 00 30 02 1a 00 | ............0...
01d0 | 6c 00 02 00 68 00 01 00-01 00 00 00 00 00 00 00 | l...h...........
01e0 | 00 00 00 00 01 00 00 00-01 00 00 00 01 00 00 00 | ................
01f0 | 01 00 00 00 00 00 00 00-01 00 00 00 00 00 00 00 | ................
0200 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0210 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0220 | 00 00 00 00 01 00 00 00-00 00 00 00 00 00 00 00 | ................
0230 | 00 00 00 00 00 00 00 00-00 00 00 00 c0 01 0a 00 | ................
0240 | 08 00 01 00 10 00 00 80-14 00 05 00 ff ff 00 00 | ................
0250 | 6e 2a 2e 6c c0 98 00 00-e8 03 00 00 78 00 02 00 | n*.l........x...
0260 | 00 00 00 00 40 00 00 00-dc 05 00 00 01 00 00 00 | ....@...........
0270 | 01 00 00 00 01 00 00 00-01 00 00 00 03 00 00 00 | ................
0280 | a0 0f 00 00 e8 03 00 00-02 00 00 00 80 3a 09 00 | .............:..
0290 | 80 51 01 00 05 00 00 00-58 02 00 00 10 00 00 00 | .Q......X.......
02a0 | 00 00 00 00 01 00 00 00-01 00 00 00 01 00 00 00 | ................
02b0 | 60 ea 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | `...............
02c0 | 00 00 00 00 00 00 00 00-00 00 00 00 01 00 00 00 | ................
02d0 | 00 00 00 00 fc 00 03 00-1f 00 00 00 00 00 00 00 | ................
02e0 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
02f0 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0300 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0310 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0320 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0330 | 06 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0340 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0350 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0360 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0370 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
0380 | 00 00 00 00 00 00 00 00-08 00 00 00 00 00 00 00 | ................
0390 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
03a0 | 00 00 00 00 00 00 00 00-80 01 00 00 00 00 00 00 | ................
03b0 | 00 00 00 00 00 00 00 00-18 02 00 00 00 00 00 00 | ................
03c0 | 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 | ................
03d0 | 2c 00 06 00 05 00 00 00-00 00 00 00 00 00 00 00 | ,...............
03e0 | 00 00 00 00 00 00 00 00-00 00 00 00 06 00 00 00 | ................
03f0 | 00 00 00 00 00 00 00 00-00 00 00 00             | ............
55: vif53.0
<<< Dumping 20 bytes
0000 | 14 00 00 00 03 00 02 00-00 00 00 00 ac 46 00 00 | .............F..
0010 | 00 00 00 00                                     | ....
Dumped 16 links

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: Conntrackd issue with bonding
  2012-08-13  9:46         ` Pablo Neira Ayuso
  2012-08-13 10:35           ` Jan Engelhardt
@ 2012-08-13 12:00           ` Arturo Borrero
  1 sibling, 0 replies; 10+ messages in thread
From: Arturo Borrero @ 2012-08-13 12:00 UTC (permalink / raw)
  To: Pablo Neira Ayuso; +Cc: netfilter

[-- Attachment #1: Type: text/plain, Size: 2067 bytes --]

On 13/08/12 11:46, Pablo Neira Ayuso wrote:
> On Mon, Aug 13, 2012 at 09:14:54AM +0200, Arturo Borrero wrote:
> [...]
>> results here (i'm no longer using bond2, but others):
>>
>> root@debian:~/git/libnfnetlink/utils# ./iftest bond1
>> Cannot translate device idx=13
>> root@debian:~/git/libnfnetlink/utils# ./iftest bond0
>> Cannot translate device idx=12
>> root@debian:~/git/libnfnetlink/utils# ./iftest eth8
>> Cannot translate device idx=10
>> root@debian:~/git/libnfnetlink/utils# ./iftest eth1
>> Cannot translate device idx=9
> Still, not useful.
>
> Please, git pull again, run make check, run the test and send me the
> results.
>
> I want to make sure you're getting the device flags.
Here results:

root@debian:~/git/libnfnetlink/utils# ./iftest bond0
Cannot translate device idx=12
Cannot get flags for device `bond0'
root@debian:~/git/libnfnetlink/utils# ./iftest eth8
Cannot translate device idx=10
Cannot get flags for device `eth8'
root@debian:~/git/libnfnetlink/utils# ./iftest eth0
Cannot translate device idx=7
Cannot get flags for device `eth0'

root@debian:~/git/libnfnetlink/utils# ip link show bond0
12: bond0: <BROADCAST,MULTICAST,MASTER,UP,LOWER_UP> mtu 1500 qdisc 
noqueue state UP mode DEFAULT
     link/ether 00:21:28:75:ff:30 brd ff:ff:ff:ff:ff:ff
root@debian:~/git/libnfnetlink/utils# ip link show eth8
10: eth8: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast 
state UP mode DEFAULT qlen 1000
     link/ether 00:15:17:57:b8:f8 brd ff:ff:ff:ff:ff:ff
root@debian:~/git/libnfnetlink/utils# ip link show eth0
7: eth0: <NO-CARRIER,BROADCAST,MULTICAST,SLAVE,UP> mtu 1500 qdisc mq 
master bond0 state DOWN mode DEFAULT qlen 1000
     link/ether 00:21:28:75:ff:30 brd ff:ff:ff:ff:ff:ff


-- 
Arturo Borrero González
Departamento de Seguridad Informática
Centro Informático Científico de Andalucía (CICA)
Avda. Reina Mercedes s/n - 41012 - Sevilla (Spain)
Tfno.: +34 955 056 600 / FAX: +34 955 056 650
Consejería de Economía, Innovación, Ciencia y Empleo
Junta de Andalucía



[-- Attachment #2: S/MIME Cryptographic Signature --]
[-- Type: application/pkcs7-signature, Size: 4238 bytes --]

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: Conntrackd issue with bonding
  2012-08-13 10:35           ` Jan Engelhardt
@ 2012-08-13 18:01             ` Pablo Neira Ayuso
  2012-08-14  7:54               ` Arturo Borrero
  0 siblings, 1 reply; 10+ messages in thread
From: Pablo Neira Ayuso @ 2012-08-13 18:01 UTC (permalink / raw)
  To: Jan Engelhardt; +Cc: Arturo Borrero, netfilter

On Mon, Aug 13, 2012 at 12:35:21PM +0200, Jan Engelhardt wrote:
> 
> On Monday 2012-08-13 11:46, Pablo Neira Ayuso wrote:
> >
> >Please, git pull again, run make check, run the test and send me the
> >results.
> 
> The problem is that nlif_receive is only called once by nlif_catch,
> and ignores RTM_F_MULTI, therefore missing most interfaces.

Thanks Jan. That was indeed the problem.

I have committed the fix for this issue:

http://git.netfilter.org/cgi-bin/gitweb.cgi?p=libnfnetlink.git;a=commit;h=8b15e485c0d5f4a1e56b2148a34995ed1fa9e95b

@Arturo: Please, install a fresh working copy of libnfnetlink and let
me know if the problem persists.

Before that, check that ./iftest bond1 displays valid device
information.

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: Conntrackd issue with bonding
  2012-08-13 18:01             ` Pablo Neira Ayuso
@ 2012-08-14  7:54               ` Arturo Borrero
  0 siblings, 0 replies; 10+ messages in thread
From: Arturo Borrero @ 2012-08-14  7:54 UTC (permalink / raw)
  To: Pablo Neira Ayuso; +Cc: Jan Engelhardt, netfilter

[-- Attachment #1: Type: text/plain, Size: 4202 bytes --]

On 13/08/12 20:01, Pablo Neira Ayuso wrote:
> On Mon, Aug 13, 2012 at 12:35:21PM +0200, Jan Engelhardt wrote:
>> On Monday 2012-08-13 11:46, Pablo Neira Ayuso wrote:
>>> Please, git pull again, run make check, run the test and send me the
>>> results.
>> The problem is that nlif_receive is only called once by nlif_catch,
>> and ignores RTM_F_MULTI, therefore missing most interfaces.
> Thanks Jan. That was indeed the problem.
>
> I have committed the fix for this issue:
>
> http://git.netfilter.org/cgi-bin/gitweb.cgi?p=libnfnetlink.git;a=commit;h=8b15e485c0d5f4a1e56b2148a34995ed1fa9e95b
>
> @Arturo: Please, install a fresh working copy of libnfnetlink and let
> me know if the problem persists.
>
> Before that, check that ./iftest bond1 displays valid device
> information.

Here is iftest with new git code:

root@debian:~/git/libnfnetlink/utils# ./iftest bond0
index (12) is bond0 (RUNNING) (UP)
root@debian:~/git/libnfnetlink/utils# ./iftest bond1
index (13) is bond1 (RUNNING) (UP)
root@debian:~/git/libnfnetlink/utils# ./iftest eth8
index (10) is eth8 (RUNNING) (UP)
root@debian:~/git/libnfnetlink/utils# ./iftest eth0
index (7) is eth0 (NOT RUNNING) (UP)
root@debian:~/git/libnfnetlink/utils# ip link show bond0
12: bond0: <BROADCAST,MULTICAST,MASTER,UP,LOWER_UP> mtu 1500 qdisc 
noqueue state UP mode DEFAULT
     link/ether xx:ff:30 brd ff:ff:ff:ff:ff:ff
root@debian:~/git/libnfnetlink/utils# ip link show bond1
13: bond1: <BROADCAST,MULTICAST,MASTER,UP,LOWER_UP> mtu 1500 qdisc 
noqueue state UP mode DEFAULT
     link/ether xx:f0:20 brd ff:ff:ff:ff:ff:ff
root@debian:~/git/libnfnetlink/utils# ip link show eth8
10: eth8: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast 
state UP mode DEFAULT qlen 1000
     link/ether xx:b8:f8 brd ff:ff:ff:ff:ff:ff
root@debian:~/git/libnfnetlink/utils# ip link show eth0
7: eth0: <NO-CARRIER,BROADCAST,MULTICAST,SLAVE,UP> mtu 1500 qdisc mq 
master bond0 state DOWN mode DEFAULT qlen 1000
     link/ether xx:ff:30 brd ff:ff:ff:ff:ff:ff

And using the new libnfnetlink:

root@debian:~/git/libnfnetlink# mv /usr/lib/libnfnetlink.so.0 
/usr/lib/libnfnetlink.so.0.backup
root@debian:~/git/libnfnetlink# ln -s /usr/local/lib/libnfnetlink.so.0 
/usr/lib/libnfnetlink.so.0
root@debian:~/git/libnfnetlink# tailf /var/log/conntrackd.log &
[1] 13423
root@debian:~/git/libnfnetlink# conntrackd -d
[Tue Aug 14 09:44:55 2012] (pid=13425) [notice] using user-space event 
filtering
[Tue Aug 14 09:44:55 2012] (pid=13425) [notice] netlink event socket 
buffer size has been set to 262142 bytes
[Tue Aug 14 09:44:55 2012] (pid=13425) [notice] initialization completed
[Tue Aug 14 09:44:55 2012] (pid=13428) [notice] -- starting in daemon 
mode --
root@debian:~/git/libnfnetlink# conntrackd -s
cache internal:
current active connections:               2
connections created:                   2    failed:               0
connections updated:                   0    failed:               0
connections destroyed:                   0    failed:               0

cache external:
current active connections:               0
connections created:                   0    failed:               0
connections updated:                   0    failed:               0
connections destroyed:                   0    failed:               0

traffic processed:
                    0 Bytes                         0 Pckts

multicast traffic (active device=eth8):
                 1296 Bytes sent                    0 Bytes recv
                   18 Pckts sent                    0 Pckts recv
                    0 Error send                    0 Error recv

message tracking:
                    0 Malformed msgs                    0 Lost msgs


It seems fine. I will do more tests.

I will contact Debian, so they update the package and it's easy for us 
to use the new version.

-- 
Arturo Borrero González
Departamento de Seguridad Informática
Centro Informático Científico de Andalucía (CICA)
Avda. Reina Mercedes s/n - 41012 - Sevilla (Spain)
Tfno.: +34 955 056 600 / FAX: +34 955 056 650
Consejería de Economía, Innovación, Ciencia y Empleo
Junta de Andalucía



[-- Attachment #2: S/MIME Cryptographic Signature --]
[-- Type: application/pkcs7-signature, Size: 4238 bytes --]

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2012-08-14  7:54 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-08-10  7:09 Conntrackd issue with bonding Arturo Borrero
2012-08-10  9:19 ` Pablo Neira Ayuso
2012-08-10 10:02   ` Arturo Borrero
2012-08-12 19:05     ` Pablo Neira Ayuso
2012-08-13  7:14       ` Arturo Borrero
2012-08-13  9:46         ` Pablo Neira Ayuso
2012-08-13 10:35           ` Jan Engelhardt
2012-08-13 18:01             ` Pablo Neira Ayuso
2012-08-14  7:54               ` Arturo Borrero
2012-08-13 12:00           ` Arturo Borrero

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.