From 19fa56176090ca9a1dbce1dff944d8946d15b20a Mon Sep 17 00:00:00 2001 From: Feng Pan Date: Wed, 20 Sep 2017 07:50:44 -0400 Subject: Add tuntap/tapcli configuration support JIRA: PUP-3 Change-Id: Ia3e00887289b7b069ac8e3e39943bed264b78982 Signed-off-by: Feng Pan --- manifests/params.pp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'manifests/params.pp') diff --git a/manifests/params.pp b/manifests/params.pp index 8859667..3df8175 100644 --- a/manifests/params.pp +++ b/manifests/params.pp @@ -14,5 +14,8 @@ class fdio::params { $vpp_vhostuser_coalesce_frames = undef $vpp_vhostuser_coalesce_time = undef $vpp_vhostuser_dont_dump_memory = false + $vpp_tuntap_enable = undef + $vpp_tuntap_mtu = undef + $vpp_tapcli_mtu = undef $copy_kernel_nic_ip = true } -- cgit 1.2.3-korg