Commit Graph

167 Commits

Author SHA1 Message Date
Nico Schottelius ec858ea27f Default delete not necessary: 0x42 -> 66 is our host 2019-03-31 10:56:59 +02:00
Nico Schottelius 4ac6a49688 ++ info for ipv4 host 2019-03-31 10:55:33 +02:00
Nico Schottelius c5a3be5ccf Remove / replace default route on ipv4 hosts 2019-03-31 10:51:47 +02:00
Nico Schottelius 74657385b2 Remove unused controller code 2019-03-30 17:14:48 +01:00
Nico Schottelius c235ff248f automatically change into pcap dir 2019-03-30 17:07:58 +01:00
Nico Schottelius f32ad44e0b Refactor #n: go back to generic entry point, use if in apply{} 2019-03-30 14:59:46 +01:00
Nico Schottelius b9ec7bf356 +, 2019-03-27 20:16:36 +01:00
Nico Schottelius d6264a32a4 Add code to mimic if in action
New table logic, new actions
2019-03-27 19:43:49 +01:00
Nico Schottelius 681c9faae1 Move git code outside so no conflicts exists for parallel scripts 2019-03-27 13:52:25 +01:00
Nico Schottelius 0540b43f7f Reorder controller startup 2019-03-26 21:56:32 +01:00
Nico Schottelius 974fa9b726 Simplify the debugging code 2019-03-25 14:32:08 +01:00
Nico Schottelius acde8330cb Change log levels 2019-03-25 14:30:04 +01:00
Nico Schottelius 194e241974 --typo 2019-03-25 14:29:10 +01:00
Nico Schottelius e48abdb254 Use symbolic names in debugging 2019-03-25 14:28:36 +01:00
Nico Schottelius b0cd39d82c Reformat controller processing 2019-03-25 14:12:51 +01:00
Nico Schottelius a006d84b01 s/,/,/ 2019-03-25 13:46:10 +01:00
Nico Schottelius 7742bb9935 +' 2019-03-25 13:45:18 +01:00
Nico Schottelius 9ca4d4c8de Transport table debug information to controller 2019-03-25 13:43:47 +01:00
Nico Schottelius e1146070c4 IP should be IPv4, but isn't 2019-03-25 13:14:29 +01:00
Nico Schottelius 0dc8791afb More debug in controller 2019-03-25 13:11:47 +01:00
Nico Schottelius 236bd8e7d6 Debug send ipv4 packets to controller 2019-03-25 13:09:29 +01:00
Nico Schottelius ccf7e15241 Change NAT64 prefix in test.py 2019-03-25 12:18:15 +01:00
Nico Schottelius 0ad6fa9a36 Use correct generator 2019-03-25 12:16:22 +01:00
Nico Schottelius 56c09f1fda +) 2019-03-25 12:15:10 +01:00
Nico Schottelius ad19b5ac4b Remove comment 2019-03-25 12:14:35 +01:00
Nico Schottelius 6e40043c71 +, 2019-03-25 12:13:10 +01:00
Nico Schottelius 4a280716a6 Rewrite code to use unique destination networks 2019-03-25 12:11:20 +01:00
Nico Schottelius 42f5e00e74 Document double/triple matching 2019-03-25 11:51:36 +01:00
Nico Schottelius a408d7a803 + reorg +add simple nat64 w/o protocol specific translations 2019-03-23 16:20:13 +01:00
Nico Schottelius 4d610a5cb5 Remove unecessary arg to icmp6_echo_reply 2019-03-23 15:14:17 +01:00
Nico Schottelius 4d3641fc50 Also add required icmp6_type 2019-03-23 15:07:07 +01:00
Nico Schottelius 5f14967a32 Introduce the icmp6 table 2019-03-23 15:03:42 +01:00
Nico Schottelius a8ce370997 Auto git add & push 2019-03-23 14:33:50 +01:00
Nico Schottelius 9f05e57509 Update table handling for NDP in the switch 2019-03-23 14:18:48 +01:00
Nico Schottelius c95cb4ce3a name first in filename 2019-03-21 20:39:42 +01:00
Nico Schottelius d146b8a66b +argcheck 2019-03-21 20:37:25 +01:00
Nico Schottelius 6f752f3f02 ++ update in modes 2019-03-21 20:36:39 +01:00
Nico Schottelius ece52e4915 ++ sniff-host command 2019-03-21 20:36:01 +01:00
Nico Schottelius 42c68b1808 disable icmp6 in controller 2019-03-20 00:08:32 +01:00
Nico Schottelius 87d4154753 Rename test && fix return 2019-03-20 00:04:21 +01:00
Nico Schottelius 0fe1adda11 Extend test with switch icmp6 test 2019-03-20 00:02:52 +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 e0e98535ac Use ping6 on old systems 2019-03-14 20:21:31 +01:00
Nico Schottelius 602c52d8bb Add first test in test.py 2019-03-14 20:19:50 +01:00