]> Git Repo - qemu.git/commit
init/cleanup of netfilter object
authorYang Hongyang <[email protected]>
Wed, 7 Oct 2015 03:52:14 +0000 (11:52 +0800)
committerJason Wang <[email protected]>
Mon, 12 Oct 2015 05:23:40 +0000 (13:23 +0800)
commitfdccce4596218e49ca4d0f5d4b3f0c453bd99ba0
treef08596389c826fae079e3644be2fc031119115cf
parent9abce56d7b319b0c78b487720d128706272e0a0c
init/cleanup of netfilter object

Add a netfilter object based on QOM.

A netfilter is attached to a netdev, captures all network packets
that pass through the netdev. When we delete the netdev, we also
delete the netfilter object attached to it, because if the netdev is
removed, the filter which attached to it is useless.

Signed-off-by: Yang Hongyang <[email protected]>
Reviewed-by: Markus Armbruster <[email protected]>
Signed-off-by: Jason Wang <[email protected]>
include/net/filter.h [new file with mode: 0644]
include/net/net.h
include/qemu/typedefs.h
net/Makefile.objs
net/filter.c [new file with mode: 0644]
net/net.c
qapi-schema.json
This page took 0.025511 seconds and 4 git commands to generate.