blob: cd3de179814956c03a0ae457204f2296bf346d55 [file] [log] [blame]
jdenisco0923a232018-08-29 13:19:43 -04001.. _thedatamodel:
2
3The Data Model
4--------------
5
6The 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
8upper layers. The DP model represents how VPP derives actions to be performed on
Neale Rannsdfd39542020-11-09 10:09:42 +00009packets as they are switched.
jdenisco0923a232018-08-29 13:19:43 -040010
11.. toctree::
12
13 controlplane
14 dataplane
15