# README
wcmp
The main purpose of this example is to demonstrate how to use P4Runtime with action profiles / action selector. The wcmp defines an action selector, and we use the P4Runtime "one shot" method to insert match entries in the table referencing this action selector.
By itself, the control plane program does not do anything useful. It simply inserts sample entries into the "wcmp_group" match table. It would be pretty straightforward to modify the control plane program to configure static routes, e.g. in order to provide routing for a well-known Mininet topology.
# Functions
Asset loads and returns the asset for the given name.
AssetDir returns the file names below a certain directory embedded in the file by go-bindata.
AssetInfo loads and returns the asset info for the given name.
AssetNames returns the names of the assets.
MustAsset is like Asset but panics when Asset would return an error.
RestoreAsset restores an asset under the given directory.
RestoreAssets restores an asset under the given directory recursively.