Re: [tcpdump-workers] Problem compiling print-bgp.c (IPV6 disable)

2007-07-21 Thread Guy Harris
Francois-Xavier Le Bail wrote: I have an error compiling print-bgp.c if the support for IPV6 is disable. [...] print-bgp.o(.text+0x26d): In function `bgp_vpn_ip_print': : undefined reference to `ip6addr_string' [...] Here is a patch to solve it. Checked in. - This is the tcpdump-workers list.

[tcpdump-workers] Problem compiling print-bgp.c (IPV6 disable)

2007-07-21 Thread Francois-Xavier Le Bail
I have an error compiling print-bgp.c if the support for IPV6 is disable. [...] print-bgp.o(.text+0x26d): In function `bgp_vpn_ip_print': : undefined reference to `ip6addr_string' [...] Here is a patch to solve it. Regards, Francois-Xavier