Commit Graph

246 Commits

Author SHA1 Message Date
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 d558537367 -typo 2019-03-04 16:26:03 +01:00
Nico Schottelius 91f2788778 re-import tcp_length 2019-03-04 16:25:21 +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 da7fda57bf ++ 2019-03-04 15:38:42 +01:00
Nico Schottelius c60b5f2d9e pass in prefix len 2019-03-04 15:38:16 +01:00
Nico Schottelius cf844477a9 typo 2019-03-04 15:34:46 +01:00
Nico Schottelius 4b52b12846 + debug + stringify 2019-03-04 15:34:12 +01:00
Nico Schottelius 615e0f89ef Use int for masks 2019-03-04 15:32:27 +01:00
Nico Schottelius 77e92b12be Refactor code for ipaddress support 2019-03-04 15:30:38 +01:00
Nico Schottelius 3047750add use network_address for multicast base 2019-03-04 15:01:12 +01:00
Nico Schottelius 3dc56677a1 derive addr from addr not dict 2019-03-04 14:59:44 +01:00
Nico Schottelius 7c3cb5a368 +args fix 2019-03-04 14:57:27 +01:00
Nico Schottelius 6fea6ed19f -import error 2019-03-04 14:56:52 +01:00
Nico Schottelius dddcc306e3 -typo 2019-03-04 14:56:09 +01:00
Nico Schottelius fbadfddee8 [icmp6] add dedicated multicast address listener 2019-03-04 14:48:15 +01:00
Nico Schottelius 6f83eeddb2 Keep packet type correct for multicast / ndp 2019-03-04 14:27:12 +01:00
Nico Schottelius 142bc29c82 -typo 2019-03-04 14:24:28 +01:00
Nico Schottelius 1b59727708 Improve controller robustness 2019-03-04 14:24:02 +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 d1433c3e0b [icmp6] don' iterate over multicast network 2019-03-04 14:11:55 +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 b3e51d550a [p4] icmp6 hard code length 2019-02-28 11:09:45 +01:00
Nico Schottelius 1f497982b3 [p4] try casting before 2019-02-28 11:06:11 +01:00
Nico Schottelius 21d1b82416 [p4+plan] Try casting payload length to 32 2019-02-28 11:03:01 +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 2081d30136 [controller] re-enable ipv6 for ALL interfaces 2019-02-26 18:52:28 +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 ed27a8e77c [controller] stringify all parts for the table 2019-02-26 15:49:47 +01:00
Nico Schottelius 38995d913c [p4 debug] how to add the port 2019-02-26 15:47:55 +01:00
Nico Schottelius a92a9b82ea [NDP] try to pass in port as integer 2019-02-26 15:42:56 +01:00
Nico Schottelius 5bd7eb57a6 [NDP] try different notation of IPv6 address
Getting this error:

Invalid match key: Error while parsing 1 - Invalid input, could not cast to integer, try in hex with 0x prefix
Invalid match key: Error while parsing 2 - Invalid input, could not cast to integer, try in hex with 0x prefix
Invalid match key: Error while parsing 3 - Invalid input, could not cast to integer, try in hex with 0x prefix
Invalid match key: Error while parsing 4 - Invalid input, could not cast to integer, try in hex with 0x prefix

Suspecting that the code is not able to parse "ff02::1:ff00:0/104"
2019-02-26 15:37:41 +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 6895a6ab34 Create multicast groups for NDP support 2019-02-26 15:08:53 +01:00
Nico Schottelius 8ca0c7fdf4 [controller] Add support in hosts for link local 2019-02-24 20:13:42 +01:00
Nico Schottelius a420c7e6d8 [controller] debug use __repr__() 2019-02-24 15:58:15 +01:00
Nico Schottelius 1fbbbbbd52 [controller] --bug 2019-02-24 15:54:32 +01:00
Nico Schottelius 949560c995 [controller,p4] add debug print into controller 2019-02-24 15:53:10 +01:00
Nico Schottelius e8e33c78ea [p4] --typo 2019-02-23 21:15:47 +01:00