blob: effaf0ec1cd7796a2ea6aaf21e38426d02f21730 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
|
Definitions
===========
Definitions of most terms used here are provided in the `IETF SFC Architecture draft <https://datatracker.ietf.org/doc/draft-ietf-sfc-architecture/>`_. Additional terms specific to the OPNFV SFC project are defined below.
.. list-table:: Definitions
:widths: 15 85
:header-rows: 1
* - Term
- Meaning
* - ...
- ...
Abbreviations
=============
.. list-table:: Abbreviations
:widths: 15 85
:header-rows: 1
* - Abbreviation
- Term
* - NS
- Network Service
* - NFVO
- Network Function Virtualization Orchestrator
* - NF
- Network Function
* - RSP
- Rendered Service Path
* - SF
- Service Function
* - SFC
- Service Function Chain(ing)
* - SFF
- Service Function Forwarder
* - SFP
- Service Function Path
* - VNF
- Virtual Network Function
* - VNFM
- Virtual Network Function Manager
* - VNF-FG
- Virtual Network Function Forwarding Graph
* - VIM
- Virtual Infrastructure Manager
|