-------------------------------------------------------------------------------- Library for ethernet bridge tables Version 0.1.0 Copyright 2005 by Jens Götze All rights reserved. -------------------------------------------------------------------------------- Changes from 0.0.4 to 0.1.0 2005-04-06: Jens Götze - add function ebtc_target_jumptochain for standard targets (for std->verdict) - bugfix in ebtc_delete_chain: wrong adjust in chain list Changes from 0.0.3 to 0.0.4 2005-04-05: Jens Götze - add same useful marcos to header file - bugfix in ebtc.c: free got invalid pointer in end of ebtc_commit - bugfix in ebtc.c: in ebtc_commit was handle not fully cleaned. this was caused by a too small size with memset and had as consequence some pointers was wrongly initialized. - add entry check before append, insert or replace a entry. - rename header file to libebtc.h Changes from 0.0.2 to 0.0.3 2005-04-05: Jens Götze - modifications in function ebtc_commit: counter refresh for not changed rules, after EBT_SO_SET_ENTRIES Changes from 0.0.1 to 0.0.2 2005-04-04: Jens Götze - add a second test