Commit Graph

117 Commits

Author SHA1 Message Date
Nico Schottelius 9f05e57509 Update table handling for NDP in the switch 2019-03-23 14:18:48 +01:00
Nico Schottelius 6f752f3f02 ++ update in modes 2019-03-21 20:36:39 +01:00
Nico Schottelius 42c68b1808 disable icmp6 in controller 2019-03-20 00:08:32 +01:00
Nico Schottelius c89441001b try 42: ndp in the switch. this episode is with checksums... 2019-03-19 23:49:49 +01:00
Nico Schottelius 492888fd2f s/layer/field/ 2019-03-19 23:23:54 +01:00
Nico Schottelius 2a623a0807 ++ info ++ link local 2019-03-19 23:21:40 +01:00
Nico Schottelius cfba26632a Import all from scapy.all 2019-03-19 23:03:56 +01:00
Nico Schottelius 880db528e7 Mute multicast registrations (MLDv2) 2019-03-19 23:01:55 +01:00
Nico Schottelius 4d90fd46a8 Disable printing raw (undecoded) packet 2019-03-19 21:14:17 +01:00
Nico Schottelius fd3263d731 Try to mute debugging a bit to focus on messages we have to answer 2019-03-19 21:12:40 +01:00
Nico Schottelius 74f5575cd0 Reduce routing size for testing 2019-03-14 17:26:40 +01:00
Nico Schottelius 336ff2901c Correct table name (v4_networks) 2019-03-14 17:12:55 +01:00
Nico Schottelius bd222a1009 Use correct argument names 2019-03-14 17:06:39 +01:00
Nico Schottelius 3d154f0326 Cast/change to network_address later 2019-03-14 17:03:56 +01:00
Nico Schottelius 532f1be6ba Convert network -> network_address 2019-03-14 16:59:55 +01:00
Nico Schottelius dfb50aefd7 dict->network 2019-03-14 16:56:49 +01:00
Nico Schottelius 71c8155cd2 Adjust table parameters 2019-03-14 16:43:57 +01:00
Nico Schottelius 353ed9e5e6 -nat 2019-03-14 16:38:45 +01:00
Nico Schottelius 1dd33177f1 eUpdate prefix/network for mapped v4 network 2019-03-14 14:56:52 +01:00
Nico Schottelius 7c8f019b2a ++ nat64 update, discussion update 2019-03-14 14:37:45 +01:00
Nico Schottelius 472a104e2b ++ doc update ++ nat64_static / P4 begin 2019-03-14 14:05:17 +01:00
Nico Schottelius e0a9d28606 Introduce mixed mode NDP/ICMP6 echo reply
- Controller: NDP
- Switch: icmp6 echo reply
2019-03-06 17:23:01 +01:00
Nico Schottelius f7fc8ef412 ++notes ++begin nat64 prefix 2019-03-06 14:07:47 +01:00
Nico Schottelius 25405a6ae1 [controller] stringify router 2019-03-06 14:00:35 +01:00
Nico Schottelius 22da39377e Begin router support 2019-03-06 13:48:02 +01:00
Nico Schottelius 5620add27f Phasing in icmp6 in the switch 2019-03-05 22:31:05 +01:00
Nico Schottelius 7e2262cab5 Create answer 2019-03-05 22:06:17 +01:00
Nico Schottelius 6123dbfe86 self focused 2019-03-05 22:05:26 +01:00
Nico Schottelius c9f8831865 icmp6 echo reply 2019-03-05 22:04:04 +01:00
Nico Schottelius 81f89fe87a try resetting cksum (again) 2019-03-05 21:49:50 +01:00
Nico Schottelius 7d53abef6d Try deleting all chksums 2019-03-05 21:37:38 +01:00
Nico Schottelius 12097d0085 ++ unchecked checksums 2019-03-05 21:22:55 +01:00
Nico Schottelius e4dd6eee93 Try v6 checksum instead of icmp6 2019-03-05 21:04:07 +01:00
Nico Schottelius 6f28013bb3 Change icmp6 (sub-)type 2019-03-05 20:15:55 +01:00
Nico Schottelius 3c215f6054 Unset router bit 2019-03-05 20:12:24 +01:00
Nico Schottelius ec8d8abff4 Checksum in scapy: none = recalc 2019-03-05 19:56:11 +01:00
Nico Schottelius 23fa17d01d answer -> pkg 2019-03-05 17:09:17 +01:00
Nico Schottelius 253353daf5 Introduce more logging levels 2019-03-05 17:08:31 +01:00
Nico Schottelius 481675372d lladdr == src in this context 2019-03-05 17:01:21 +01:00
Nico Schottelius a139ad6e83 Initial icmp6_na support in controller 2019-03-05 16:59:27 +01:00
Nico Schottelius dd6986cf60 Disable multicast catchall by default 2019-03-05 16:19:43 +01:00
Nico Schottelius 69e483caf7 Use correct switch suffix 2019-03-05 16:15:54 +01:00
Nico Schottelius 3acbf88242 ++ todos 2019-03-05 16:14:36 +01:00
Nico Schottelius 29ff9e2333 Correct suffix to hex 2019-03-04 19:06:09 +01:00
Nico Schottelius e51ed3ffcd Change action argument order
Fixing:

Invalid runtime data: Error while parsing 2001:db8::2a - Invalid input, could not cast to integer, try in hex with 0x prefix
Invalid runtime data: Error while parsing ff02::1:ff00:2a - Invalid input, could not cast to integer, try in hex with 0x prefix
Invalid runtime data: Error while parsing 2001:db8:0:1::2a - Invalid input, could not cast to integer, try in hex with 0x prefix
Invalid runtime data: Error while parsing ff02::1:ff00:2a - Invalid input, could not cast to integer, try in hex with 0x prefix
2019-03-04 19:02:28 +01:00
Nico Schottelius cb67188780 Begin switching in controler based on task 2019-03-04 18:58:22 +01:00
Nico Schottelius a274dcbcb8 commit correct stuff 2019-03-04 18:55:25 +01:00
Nico Schottelius 59655e0d32 Include correct offset AND debug info 2019-03-04 18:54:00 +01:00
Nico Schottelius 766dbba5c3 ++ 2019-03-04 18:41:10 +01:00
Nico Schottelius 7338580517 ++fix 2019-03-04 18:40:12 +01:00