Commit Graph

102 Commits

Author SHA1 Message Date
Nico Schottelius 162ef20072 Checksum the newly parsed fields 2019-03-23 14:39:56 +01:00
Nico Schottelius 39c280cd33 Correct state parser to match on icmp6.type 2019-03-23 14:30:20 +01:00
Nico Schottelius 9f5a37f7f6 Prepare switch for fully answering NDP/NS query
Including parser which might be broken in case there are no options present
2019-03-23 14:15:31 +01:00
Nico Schottelius f79033c0c9 Parse down to icmp6_na_ns 2019-03-23 13:33:25 +01:00
Nico Schottelius 5781d26541 add icmp6_ns to v6_networks table 2019-03-19 23:53:42 +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 880db528e7 Mute multicast registrations (MLDv2) 2019-03-19 23:01:55 +01:00
Nico Schottelius 809110edc7 Debug print to controller by default, not dropping 2019-03-19 21:03:10 +01:00
Nico Schottelius 1e04446398 Cast the result 2019-03-14 14:52:26 +01:00
Nico Schottelius 255973a4c9 Correct address types 2019-03-14 14:41:28 +01:00
Nico Schottelius ab8e328dd3 Order of actions matters 2019-03-14 14:39:17 +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 ee62eb32c3 ++notes; try to cast & save payload_length in ingress 2019-03-06 17:37:30 +01:00
Nico Schottelius 3651ec4bc5 Remove unfinished code 2019-03-06 15:16:44 +01:00
Nico Schottelius 591175db7a Re-re-re-try to do checkumming based on a meta field 2019-03-06 15:15:46 +01:00
Nico Schottelius e9b08d638c s/bool/bit/ 2019-03-06 13:51:45 +01:00
Nico Schottelius 6dc5f34d43 s/ .. -> do_cksum 2019-03-06 13:51:06 +01:00
Nico Schottelius b0f3f5ea85 Try implicit cast by prepending 16 0 bits 2019-03-06 13:23:41 +01:00
Nico Schottelius 25f80b1b76 Try moving the cast to ingrees 2019-03-06 13:19:10 +01:00
Nico Schottelius 2c3db11c80 +6 2019-03-05 22:33:03 +01:00
Nico Schottelius 5620add27f Phasing in icmp6 in the switch 2019-03-05 22:31:05 +01:00
Nico Schottelius bc63f5edcf Bitwidth change / adjust 2019-03-04 18:13:34 +01:00
Nico Schottelius 1dd9542168 Also expose ingrees port to controller 2019-03-04 18:10:24 +01:00
Nico Schottelius 60a3c8d8c5 include ether type in cpu package 2019-03-04 18:05:56 +01:00
Nico Schottelius 5bcf328509 refactor 2019-03-04 16:38:45 +01:00
Nico Schottelius 542b4ddd50 rename to v4networks 2019-03-04 16:38:06 +01:00
Nico Schottelius cfa3e3ecbc refactor 2019-03-04 16:24:37 +01:00
Nico Schottelius ea1873c14c Use types for signalling expected action 2019-03-04 16:23:28 +01:00
Nico Schottelius 6f83eeddb2 Keep packet type correct for multicast / ndp 2019-03-04 14:27:12 +01:00
Nico Schottelius 28b2bc46f2 Test debug function 2019-03-04 14:22:36 +01:00
Nico Schottelius 4e8da01250 Setup ethertype in egress control 2019-03-04 14:15:44 +01:00
Nico Schottelius 03ffe73957 [icmp6] v6_networks table add actions 2019-03-04 14:10:11 +01:00
Nico Schottelius f2cd835ced [p4] refactor 2019-03-04 14:08:09 +01:00
Nico Schottelius 0fa70432d1 [icmp6] forward NDP multicast to controller in correct fashion 2019-03-04 14:07:05 +01:00
Nico Schottelius 165f0e6b98 [p4] typo 2019-03-04 13:53:14 +01:00
Nico Schottelius 4c331dc296 adjust table/action 2019-03-03 22:37:58 +01:00
Nico Schottelius 7f1e9f6252 Begin icmp6 in controller -> pass special info 2019-03-03 22:36:25 +01:00
Nico Schottelius b01341f48c [p4] correct action name 2019-02-28 10:57:00 +01:00
Nico Schottelius b29cf1a296 [p4, controller] hack NDP reply 2019-02-28 10:56:22 +01:00
Nico Schottelius 11d376bcb8 [p4] add controller action 2019-02-26 15:54:41 +01:00
Nico Schottelius 0ea9e708de [p4] If non matching ndp -> escalate to controller 2019-02-26 15:53:48 +01:00
Nico Schottelius 67afa855d0 [NDP] apply table... 2019-02-26 15:33:37 +01:00
Nico Schottelius 72c600d8da [NDP] Begin to add multicast / NDP support 2019-02-26 15:30:47 +01:00
Nico Schottelius 949560c995 [controller,p4] add debug print into controller 2019-02-24 15:53:10 +01:00
Nico Schottelius c38eb0dfc4 [p4,controller] Begin to add icmp6 echo reply support + more NDP "fixes" 2019-02-23 19:52:01 +01:00
Nico Schottelius d3e4f920cf [p4] apply table 2019-02-23 18:59:46 +01:00
Nico Schottelius c4a4e370f0 ++todos; begin router mode 2019-02-23 18:58:04 +01:00
Nico Schottelius 368ad03792 [P4] only apply tables on valid headers 2019-02-23 14:29:36 +01:00
Nico Schottelius bec7dc548e Begin to implement egress handling, make controller usable, update notes 2019-02-23 14:22:46 +01:00
Nico Schottelius b6bd281c3a create P4 basis + smaller updates
Signed-off-by: Nico Schottelius <nico@nico-notebook.schottelius.org>
2019-02-21 23:19:17 +01:00