Re: [ANNOUNCE] iptables 1.8.4 release

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Tuesday 2019-12-03 14:28, Arturo Borrero Gonzalez wrote:
>On 12/2/19 6:01 PM, Phil Sutter wrote:
>> Hi!
>> 
>> The Netfilter project proudly presents:
>> 
>> iptables 1.8.4
>> 
>> This release contains the following fixes and enhancements:
>> 
>> libiptc:
>>  - Generic libiptc.so shared object is no longer built, likely all users
>>    link to libip4tc.so or libip6tc.so directly.
>> 
>
>There are many users of libiptc.h, i.e:
>
>#include <libiptc/libiptc.h>
>
>What is the best way to do that now?

Still #include <libiptc/libiptc.h>.

Just with

	gcc $(pkg-config xtables --cflags) xyz.c -lip4tc or -lip6tc

instead of

	gcc xyz.c -liptc



[Index of Archives]     [Netfitler Users]     [Berkeley Packet Filter]     [LARTC]     [Bugtraq]     [Yosemite Forum]

  Powered by Linux