View | Details | Raw Unified
Collapse All | Expand All

(-) iputils-orig/ping6.c (+14 lines)
 Lines 101-106    Link Here 
#define HAVE_SIN6_SCOPEID 1
#define HAVE_SIN6_SCOPEID 1
#endif
#endif
/* Begin hack KERNEL >= 2.6.1x.x */
#define IPV6_ADDRFORM           1
#define IPV6_PKTINFO            2
#define IPV6_HOPOPTS            3
#define IPV6_DSTOPTS            4
#define IPV6_RTHDR              5
#define IPV6_PKTOPTIONS         6
#define IPV6_CHECKSUM           7
#define IPV6_HOPLIMIT           8
#define IPV6_NEXTHOP            9
#define IPV6_FLOWINFO           11
/* End hack */
__u32 flowlabel;
__u32 flowlabel;
__u32 tclass;
__u32 tclass;
(-) iputils-orig/tracepath6.c (+13 lines)
 Lines 25-30    Link Here 
#include <sys/uio.h>
#include <sys/uio.h>
#include <arpa/inet.h>
#include <arpa/inet.h>
/* Begin hack KERNEL >= 2.6.1x.x */
#define IPV6_ADDRFORM           1
#define IPV6_PKTINFO            2
#define IPV6_HOPOPTS            3
#define IPV6_DSTOPTS            4
#define IPV6_RTHDR              5
#define IPV6_PKTOPTIONS         6
#define IPV6_CHECKSUM           7
#define IPV6_HOPLIMIT           8
#define IPV6_NEXTHOP            9
#define IPV6_FLOWINFO           11
/* End hack */
int overhead = 48;
int overhead = 48;
int mtu = 128000;
int mtu = 128000;
int hops_to = -1;
int hops_to = -1;