Skip to content

Table function is not working. #7

@ArchyCho

Description

@ArchyCho

On Debian 8.6
cat /etc/debian_version
8.6
uname -a
Linux 3.16.36 #1 SMP Sun Dec 11 06:49:18 PST 2016 x86_64 GNU/Linux

./kipfw vale1:1 vale2:1
./ipfw table 99 create
./ipfw table 99 add 192.168.0.0/24
added: 192.168.0.0/24 0
./ipfw table 99 list
--- table(99), set(0) ---
/0 0

The table could not be stored as expected , and could not add another IP prefix.

On FreeBSD
./kipfw vale1:1 vale2:1
./ipfw table 99 create
./ipfw table 99 add 192.168.0.0/24
added: 192.168.0.0/24 0
./ipfw table 99 list
--- table(99), set(0) ---
192.168.0.0/24 0

It works as expected .

I have test CentOS 7 with the same kernel , same problem ,
with kernel 4.4.45 , 3.12.69 getting same problem ,
do anyone could provide solutions or hack of codes to get it work on linux boxes ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions