Skip to content

Commit

Permalink
Merge pull request #1342 from byllyfish/docs
Browse files Browse the repository at this point in the history
Docs: Replace pipeline image. [ci skip]
  • Loading branch information
anarkiwi committed Dec 4, 2017
2 parents f75d85a + bc37130 commit 8a5e211
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 23 deletions.
Binary file added docs/_static/images/faucet_pipeline.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
22 changes: 22 additions & 0 deletions docs/_static/images/faucet_pipeline.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@

PACKETS IN +-------------------------+ +-------------------------------------+
+ | | | |
| | | | +------------------------|--+
| | | | | +---------|--|----------+
| | v | +-----+----+ | V V V
| +----------+ +-----+----+ +----------+ +---+--+---+ |4:IPv4_FIB| +------+---+ +----------+ +----------+
| |0:PORT_ACL| |1:VLAN | |2:VLAN_ACL| |3:ETH_SRC +->+ +->+6:VIP +->|7:ETH_DST | |8:FLOOD |
+---->+ | | | | | | | | | | | | | | |
| | | | | | | | +----------+ | | | | | |
| | | | | | | | | | | | | |
| +->+ +->+ +->+ +--------------->+ | | +->+ |
| | | | | | | | | | | | | |
| | | | | | | | +----------+ | | | | | |
| | | | | | | | |5:IPv6_FIB| | | | | | |
| | | | | | | +->+ +->+ | | | | |
+----------+ +----------+ +----------+ +-----+----+ | | +------+---+ +------+---+ +--+-------+
| +-----+----+ | ^ | |
v | | | v v
CONTROLLER +--------------|-----------+ PACKETS OUT
v
CONTROLLER
24 changes: 1 addition & 23 deletions docs/architecture.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,29 +20,7 @@ See unit and integration tests for working configuration examples.
Faucet Openflow Switch Pipeline
-------------------------------

::

PACKETS IN +-------------------------+ +-------------------------------------+
+ | | | |
| | | | +------------------------|--+
| | | | | +---------|--|----------+
| | v | +-----+----+ | V V V
| +----------+ +-----+----+ +----------+ +---+--+---+ |4:IPv4_FIB| +------+---+ +----------+ +----------+
| |0:PORT_ACL| |1:VLAN | |2:VLAN_ACL| |3:ETH_SRC +->+ +->+6:VIP +->|7:ETH_DST | |8:FLOOD |
+---->+ | | | | | | | | | | | | | | |
| | | | | | | | +----------+ | | | | | |
| | | | | | | | | | | | | |
| +->+ +->+ +->+ +--------------->+ | | +->+ |
| | | | | | | | | | | | | |
| | | | | | | | +----------+ | | | | | |
| | | | | | | | |5:IPv6_FIB| | | | | | |
| | | | | | | +->+ +->+ | | | | |
+----------+ +----------+ +----------+ +-----+----+ | | +------+---+ +------+---+ +--+-------+
| +-----+----+ | ^ | |
v | | | v v
CONTROLLER +--------------|-----------+ PACKETS OUT
v
CONTROLLER
.. image:: /_static/images/faucet-pipeline.png

Table 0: PORT_ACL
~~~~~~~~~~~~~~~~~
Expand Down

0 comments on commit 8a5e211

Please sign in to comment.