summaryrefslogtreecommitdiffstats
path: root/extras/vagrant/env.sh
blob: 441a4c1aaefce54a2be35667ce0cc1b8de001a13 (plain)
1
2
3
4
5
6
7
#!/usr/bin/env bash

export VPP_VAGRANT_DISTRO="ubuntu1804"
export VPP_VAGRANT_NICS=2
export VPP_VAGRANT_VMCPU=4
export VPP_VAGRANT_VMRAM=4096
export VPP_VAGRANT_POST_BUILD=install
NTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ #ifndef included_vnet_plugin_h #define included_vnet_plugin_h #include <vlib/vlib.h> #include <vnet/vnet.h> #include <vnet/pg/pg.h> #include <vnet/ethernet/ethernet.h> #include <vppinfra/error.h> #include <vlib/unix/plugin.h> #endif /* included_vnet_plugin_h */ /* * fd.io coding-style-patch-verification: ON * * Local Variables: * eval: (c-set-style "gnu") * End: */