From: Neale Ranns Date: Mon, 5 Feb 2018 09:13:38 +0000 (-0800) Subject: GBP plugin X-Git-Tag: v18.04-rc1~344 X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;ds=sidebyside;h=bc27d1be24815e1371dcce3bff2d3075a532acba;hp=bc27d1be24815e1371dcce3bff2d3075a532acba;p=vpp.git 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 ---