docs: FIB 2.0 start
[vpp.git] / docs / gettingstarted / developers / fib20 / thedatamodel.rst
1 .. _thedatamodel:
2
3 The Data Model
4 --------------
5
6 The FIB data model comprises two parts; the control-plane (CP) and the data-plane
7 (DP). The CP data model represents the data that is programmed into VPP by the
8 upper layers. The DP model represents how VPP derives actions to be performed on
9 packets are they are switched.
10
11 .. toctree::
12
13    controlplane
14    dataplane
15