Service Function Chaining is a mechanism for overriding the basic destination based forwarding that is typical of IP networks. It is conceptually related to Policy Based Routing in physical networks but it is typically thought of as a Software Defined Networking technology. It is often used in conjunction with security functions although it may be used for a broader range of features. Fundamentally SFC is the ability to cause network packet flows to route through a network via a path other than the one that would be chosen by routing table lookups on the packet’s destination IP address. It is most commonly used in conjunction with Network Function Virtualization when recreating in a virtual environment a series of network functions that would have traditionally been implemented as a collection of physical network devices connected in series by cables.
A very simple example of a service chain would be one that forces all traffic from point A to point B to go through a firewall even though the firewall is not literally between point A and B from a routing table perspective. A more complex example is an ordered series of functions, each implemented in multiple VMs, such that traffic must flow through one VM at each hop in the chain but the network uses a hashing algorithm to distribute different flows across multiple VMs at each hop.
Contributors:
Cathy Zhang (Project Lead)
Louis Fourie
Farhad Sunavala
Paul Carver
Vikash Kumar
Vikram Choudhary
Mohan Kumar
Bernard Cafarelli
Pavel Gluschak
John McDowall
Rao Fei
Xiaodong Wang
Ramanjaneya Reddy Palleti
Stephen Wong
Igor Duarte Cardoso
Prithiv Mohan
Akihiro Motoki
Swaminathan Vasudevan
Project information
- Licence:
- Apache Licence
View full history Series and milestones
queens series is the current focus of development.
All code Code
- Version control system:
- Git
- Programming languages:
- python
All questions Latest questions
All bugs Latest bugs reported
-
Bug #1976360: [sqlalchemy-20] Missing DB context in networking-sfc flow classifier
Reported -
Bug #1970517: delete_port mistakenly uses string as input to _delete_ports_flowrules_by_id
Reported -
Bug #1959741: networking-sfc master deployment broken with neutron-lib 2.19.0 release
Reported -
Bug #1950543: ERROR:OFPGMFC_NUKNOWN_GROUP when add a new port chain
Reported -
Bug #1934900: networking-sfc-functional job fails - AttributeError: 'TestService' object has no attribute 'temp_file'
Reported
All blueprints Latest blueprints
-
Detect VM Failures for SFC
Registered -
SFC Proxy Port Correlation for Non-Transparent Service Functions
Registered -
SFC Proxy Insertion Mode
Registered -
Neutron Driver Capability Discovery
Registered -
Neutron Common Traffic Classifier
Registered