Skip to content

Commit

Permalink
netfilter: kill ulog targets
Browse files Browse the repository at this point in the history
This has been marked as deprecated for quite some time and the NFLOG
target replacement has been also available since 2006.

Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
  • Loading branch information
Pablo Neira Ayuso committed Jun 25, 2014
1 parent 9500507 commit 7200135
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 1,015 deletions.
1 change: 0 additions & 1 deletion include/uapi/linux/netfilter_bridge/Kbuild
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,5 @@ header-y += ebt_nflog.h
header-y += ebt_pkttype.h
header-y += ebt_redirect.h
header-y += ebt_stp.h
header-y += ebt_ulog.h
header-y += ebt_vlan.h
header-y += ebtables.h
38 changes: 0 additions & 38 deletions include/uapi/linux/netfilter_bridge/ebt_ulog.h

This file was deleted.

1 change: 0 additions & 1 deletion include/uapi/linux/netfilter_ipv4/Kbuild
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ header-y += ipt_ECN.h
header-y += ipt_LOG.h
header-y += ipt_REJECT.h
header-y += ipt_TTL.h
header-y += ipt_ULOG.h
header-y += ipt_ah.h
header-y += ipt_ecn.h
header-y += ipt_ttl.h
49 changes: 0 additions & 49 deletions include/uapi/linux/netfilter_ipv4/ipt_ULOG.h

This file was deleted.

16 changes: 0 additions & 16 deletions net/bridge/netfilter/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -202,22 +202,6 @@ config BRIDGE_EBT_LOG

To compile it as a module, choose M here. If unsure, say N.

config BRIDGE_EBT_ULOG
tristate "ebt: ulog support (OBSOLETE)"
help
This option enables the old bridge-specific "ebt_ulog" implementation
which has been obsoleted by the new "nfnetlink_log" code (see
CONFIG_NETFILTER_NETLINK_LOG).

This option adds the ulog watcher, that you can use in any rule
in any ebtables table. The packet is passed to a userspace
logging daemon using netlink multicast sockets. This differs
from the log watcher in the sense that the complete packet is
sent to userspace instead of a descriptive text and that
netlink multicast sockets are used instead of the syslog.

To compile it as a module, choose M here. If unsure, say N.

config BRIDGE_EBT_NFLOG
tristate "ebt: nflog support"
help
Expand Down
Loading

0 comments on commit 7200135

Please sign in to comment.