Skip to content

Commit

Permalink
Small improvements to dataplane drawing
Browse files Browse the repository at this point in the history
  • Loading branch information
PlagueCZ authored and guvenc committed Jan 16, 2024
1 parent 15089e9 commit 326d0e2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 1 deletion.
Binary file modified docs/sys_design/dpservice_dataplane.drawio.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion src/nodes/conntrack_node.c
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
#define NEXT_NODES(NEXT) \
NEXT(CONNTRACK_NEXT_LB, "lb") \
NEXT(CONNTRACK_NEXT_DHCPV6, "dhcpv6") \
NEXT(CONNTRACK_IPV6_LOOKUP, "ipv6_lookup") \
NEXT(CONNTRACK_NEXT_DNAT, "dnat") \
NEXT(CONNTRACK_NEXT_FIREWALL, "firewall")
DP_NODE_REGISTER(CONNTRACK, conntrack, NEXT_NODES);
Expand Down

0 comments on commit 326d0e2

Please sign in to comment.