From bc27d1be24815e1371dcce3bff2d3075a532acba Mon Sep 17 00:00:00 2001 From: Neale Ranns Date: Mon, 5 Feb 2018 01:13:38 -0800 Subject: GBP plugin Group Base Policy (GBP) defines: - endpoints: typically a VM or container that is connected to the virtual switch/router (i.e. to VPP) - endpoint-group: (EPG) a collection of endpoints - policy: rules determining which traffic can pass between EPGs a.k.a a 'contract' Here, policy is implemented via an ACL. EPG classification for transit packets is determined by: - source EPG: from the packet's input interface - destination EPG: from the packet's destination IP address. Change-Id: I7b983844826b5fc3d49e21353ebda9df9b224e25 Signed-off-by: Neale Ranns --- src/vppinfra/cache_entry_by_name | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 src/vppinfra/cache_entry_by_name (limited to 'src/vppinfra/cache_entry_by_name') diff --git a/src/vppinfra/cache_entry_by_name b/src/vppinfra/cache_entry_by_name new file mode 100644 index 00000000000..e69de29bb2d -- cgit 1.2.3-korg