commit | d81b42d0674d161934a060bea5de1a44a8238376 | [log] [tgz] |
---|---|---|
author | Simon Kelley <simon@thekelleys.org.uk> | Mon Sep 23 12:26:34 2013 +0100 |
committer | Simon Kelley <simon@thekelleys.org.uk> | Mon Sep 23 12:26:34 2013 +0100 |
tree | 1ebd16b244ff113dfd4a9162c4a17593a1755efa | |
parent | 724789de1368a70bea60be25ba9d0962dcd71a5c [diff] [blame] |
Prod neighbour discovery with ARP instead of PING.
diff --git a/src/radv-protocol.h b/src/radv-protocol.h index 1f0f88a..8d5b153 100644 --- a/src/radv-protocol.h +++ b/src/radv-protocol.h
@@ -33,6 +33,13 @@ u32 retrans_time; }; +struct neigh_packet { + u8 type, code; + u16 checksum; + u16 reserved; + struct in6_addr target; +}; + struct prefix_opt { u8 type, len, prefix_len, flags; u32 valid_lifetime, preferred_lifetime, reserved;