Open Vswitch Release 2.9.90
Total Page:16
File Type:pdf, Size:1020Kb
Load more
Recommended publications
-
Open Vswitch Release 2.8.0
Open vSwitch Release 2.8.0 May 05, 2020 Contents 1 Open vSwitch Documentation1 1.1 How the Documentation is Organised..................................1 1.2 First Steps................................................1 1.3 Deeper Dive...............................................1 1.4 The Open vSwitch Project........................................2 1.5 Getting Help...............................................2 2 Getting Started 3 2.1 What Is Open vSwitch?.........................................4 2.1.1 Overview............................................4 2.1.2 What’s here?..........................................5 2.2 Why Open vSwitch?...........................................5 2.2.1 The mobility of state......................................6 2.2.2 Responding to network dynamics...............................6 2.2.3 Maintenance of logical tags...................................6 2.2.4 Hardware integration......................................6 2.2.5 Summary............................................7 2.3 Installing Open vSwitch.........................................7 2.3.1 Installation from Source....................................7 2.3.2 Installation from Packages................................... 40 2.3.3 Upgrades............................................ 46 2.3.4 Others.............................................. 47 3 Tutorials 51 3.1 Open vSwitch Advanced Features.................................... 51 3.1.1 Getting Started......................................... 51 3.1.2 Using GDB.......................................... -
Open Vswitch
Open vSwitch Ben Pfaff VMware What is Open vSwitch? Semi-official description: Open vSwitch is a production quality, multilayer virtual switch licensed under the open source Apache 2.0 license. It is designed to enable massive network automation through programmatic extension, while still supporting standard management interfaces and protocols (e.g. NetFlow, sFlow, SPAN, RSPAN, CLI, LACP, 802.1ag). The exciting parts: ● Write a program to control your network. ● Fast! (and getting faster) ● Portable (with new ports coming) Where is Open vSwitch Used? ● Broad support: – Linux, FreeBSD, NetBSD, Windows, ESX – KVM, Xen, Docker, VirtualBox, Hyper-V, … – mininet, OpenStack, CloudStack, OpenNebula, … ● Widely used: – Most popular OpenStack networking backend – Default network stack in XenServer – 2,180 hits in Google Scholar – Thousands of subscribers to OVS mailing lists ● Hundreds of contributors (Incomplete) List of Contributors Programming Model OpenFlow controller Ingress Flow Table Flow Table … Flow Table Egress Port 0 1 N Port(s) Flow Tables IF a AND b AND ... THEN <actions1> ELSE IF c AND d AND … THEN <actions2> ELSE … Conditions Actions Packet header matches Output to port Metadata matches: Modify packet header or metadata ingress port Add/remove VLAN, MPLS, etc. queuing information Go to or recurse into flow table tunnel information Push/pop stack Bitwise matches Modify flow table Range matches* “Drop” Set membership matches** ... ... priority=55, in_port=1,tcp,tcp_src=80, actions=output:2 Programming Model Properties ● Somewhat good match for hardware ASICs ● Natural for network admins, unnatural for programmers ● Turing complete (with OVS extensions) ● Easy to implement, hard to optimize – (Wasn't obvious it needed optimization.) ● Embarrassingly parallel* OVS Programming Example ● Notes and test cases in source tree ● The curse of “normal”. -
Open Vswitch Release 2.8.6
Open vSwitch Release 2.8.6 Nov 09, 2018 Contents 1 Open vSwitch Documentation1 1.1 How the Documentation is Organised..................................1 1.2 First Steps................................................1 1.3 Deeper Dive...............................................1 1.4 The Open vSwitch Project........................................2 1.5 Getting Help...............................................2 2 Getting Started 3 2.1 What Is Open vSwitch?.........................................4 2.1.1 Overview............................................4 2.1.2 What’s here?..........................................5 2.2 Why Open vSwitch?...........................................5 2.2.1 The mobility of state......................................6 2.2.2 Responding to network dynamics...............................6 2.2.3 Maintenance of logical tags...................................6 2.2.4 Hardware integration......................................6 2.2.5 Summary............................................7 2.3 Installing Open vSwitch.........................................7 2.3.1 Installation from Source....................................7 2.3.2 Installation from Packages................................... 40 2.3.3 Upgrades............................................ 47 2.3.4 Others.............................................. 48 3 Tutorials 53 3.1 Open vSwitch Advanced Features.................................... 53 3.1.1 Getting Started......................................... 53 3.1.2 Using GDB.......................................... -
Open Vswitch Release 2.16.90
Open vSwitch Release 2.16.90 Sep 22, 2021 Contents 1 Project 1 1.1 Community................................................1 1.2 Contributing...............................................1 1.3 Maintaining................................................1 1.4 Documentation..............................................2 1.5 Getting Help...............................................2 2 Getting Started 3 2.1 What Is Open vSwitch?.........................................4 2.1.1 Overview............................................4 2.1.2 What’s here?..........................................5 2.2 Why Open vSwitch?...........................................5 2.2.1 The mobility of state......................................6 2.2.2 Responding to network dynamics...............................6 2.2.3 Maintenance of logical tags...................................6 2.2.4 Hardware integration......................................6 2.2.5 Summary............................................7 2.3 Installing Open vSwitch.........................................7 2.3.1 Installation from Source....................................7 2.3.2 Installation from Packages................................... 50 2.3.3 Others.............................................. 58 3 Tutorials 63 3.1 OVS Faucet Tutorial........................................... 63 3.1.1 Setting Up OVS......................................... 63 3.1.2 Setting up Faucet........................................ 64 3.1.3 Overview............................................ 65 3.1.4 Switching...........................................