diff options
Diffstat (limited to 'manifests/params.pp')
-rw-r--r-- | manifests/params.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/params.pp b/manifests/params.pp index 9dae301..9adba11 100644 --- a/manifests/params.pp +++ b/manifests/params.pp @@ -6,7 +6,7 @@ class fdio::params { $repo_branch = 'release' $vpp_dpdk_devs = [] $vpp_dpdk_uio_driver = 'uio_pci_generic' - $vpp_vlan_enabled = false + $vpp_dpdk_dev_default_options = undef $vpp_cpu_main_core = undef $vpp_cpu_corelist_workers = undef $copy_kernel_nic_ip = true |