qemu-e2k/include/net
zhanghailiang 338d3f415e filter: Add 'status' property for filter object
With this property, users can control if this filter is 'on'
or 'off'. The default behavior for filter is 'on'.

For some types of filters, they may need to react to status changing,
So here, we introduced status changing callback/notifier for filter class.

We will skip the disabled ('off') filter when delivering packets in net layer.

Signed-off-by: zhanghailiang <zhang.zhanghailiang@huawei.com>
Cc: Jason Wang <jasowang@redhat.com>
Cc: Yang Hongyang <hongyang.yang@easystack.cn>
Signed-off-by: Jason Wang <jasowang@redhat.com>
2016-03-08 15:34:18 +08:00
..
checksum.h include: Clean up includes 2016-02-23 12:43:05 +00:00
eth.h include: Clean up includes 2016-02-23 12:43:05 +00:00
filter.h filter: Add 'status' property for filter object 2016-03-08 15:34:18 +08:00
net.h net: always walk through filters in reverse if traffic is egress 2016-02-04 14:13:11 +08:00
queue.h net/queue: export qemu_net_queue_append_iov 2015-10-12 13:31:18 +08:00
slirp.h hmp: Name HMP info handler functions hmp_info_SUBCOMMAND() 2015-02-18 11:58:50 +01:00
tap.h virtio-net,tap: use standard-headers 2015-02-26 13:04:04 +01:00
vhost-user.h Add new vhost-user netdev backend 2014-06-19 16:41:57 +03:00
vhost_net.h vhost user: add rarp sending after live migration for legacy guest 2015-10-22 14:34:49 +03:00