[Bug 116] New: compile error in extensions/libipt_physdev.c

bugzilla-daemon@netfilter.org bugzilla-daemon@netfilter.org
Sun, 03 Aug 2003 18:14:07 +0200


https://bugzilla.netfilter.org/cgi-bin/bugzilla/show_bug.cgi?id=116

           Summary: compile error in extensions/libipt_physdev.c
           Product: iptables userspace
           Version: 1.2.8
          Platform: i386
        OS/Version: RedHat Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: iptables
        AssignedTo: laforge@netfilter.org
        ReportedBy: johnlumby@hotmail.com
                CC: netfilter-buglog@lists.netfilter.org


I am running unmodified 2.6.0-test2 kernel on a Red-Hat linux (originally 7.2
but with some upgrades - ask if you need to know levels of other software).    I
ran this:
make KERNEL_DIR=/usr/src/linux-2.6.0-t2jel
I got this (after other clean compiles)
extensions/libipt_physdev.c: In function `parse':
extensions/libipt_physdev.c:86: error: `IPT_PHYSDEV_OP_MATCH_IN' undeclared
(first use in this function)
extensions/libipt_physdev.c:86: error: (Each undeclared identifier is reported
only once
extensions/libipt_physdev.c:86: error: for each function it appears in.)
extensions/libipt_physdev.c:97: error: `IPT_PHYSDEV_OP_MATCH_OUT' undeclared
(first use in this function)
extensions/libipt_physdev.c: In function `print':
extensions/libipt_physdev.c:144: error: `IPT_PHYSDEV_OP_MATCH_IN' undeclared
(first use in this function)
extensions/libipt_physdev.c:146: error: `IPT_PHYSDEV_OP_MATCH_OUT' undeclared
(first use in this function)
extensions/libipt_physdev.c: In function `save':
extensions/libipt_physdev.c:156: error: `IPT_PHYSDEV_OP_MATCH_IN' undeclared
(first use in this function)
extensions/libipt_physdev.c:158: error: `IPT_PHYSDEV_OP_MATCH_OUT' undeclared
(first use in this function)



------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.