Skip to content

Commit

Permalink
Updated
Browse files Browse the repository at this point in the history
  • Loading branch information
fgont committed Sep 4, 2013
1 parent da187f6 commit 0a6127f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tools/frag6.c
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ char plinkaddr[ETHER_ADDR_PLEN];
char psrcaddr[INET6_ADDRSTRLEN], pdstaddr[INET6_ADDRSTRLEN], pv6addr[INET6_ADDRSTRLEN];
unsigned char verbose_f=0, iface_f=0;
unsigned char srcaddr_f=0, dstaddr_f=0, hsrcaddr_f=0, hdstaddr_f=0, floodf_f=0;
unsigned char loop_f=0, sleep_f=0, localaddr_f=0, tstamp_f=1, pod_f;
unsigned char loop_f=0, sleep_f=0, localaddr_f=0, tstamp_f=1, pod_f=0;
unsigned char srcprefix_f=0, hoplimit_f=0, ip6length_f=0, icmp6psize_f=0;
unsigned char fsize_f=0, forder_f=0, foffset_f=0, fid_f=0, fragp_f=0, fragidp_f=0, resp_f=1;

Expand Down
2 changes: 1 addition & 1 deletion tools/ipv6toolkit.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#define SI6_TOOLKIT "SI6 Networks' IPv6 Toolkit v1.5"
#define SI6_TOOLKIT "SI6 Networks' IPv6 Toolkit v1.4.1"
#define MAX_CMDLINE_OPT_LEN 40

/*
Expand Down

0 comments on commit 0a6127f

Please sign in to comment.