diff options
Diffstat (limited to 'smoketest/configs')
-rw-r--r-- | smoketest/configs/vrf-bgp-pppoe-underlay | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/smoketest/configs/vrf-bgp-pppoe-underlay b/smoketest/configs/vrf-bgp-pppoe-underlay index 2a58dfdb2..7d896d86d 100644 --- a/smoketest/configs/vrf-bgp-pppoe-underlay +++ b/smoketest/configs/vrf-bgp-pppoe-underlay @@ -24,8 +24,8 @@ interfaces { tso } ring-buffer { - rx 4096 - tx 4096 + rx 256 + tx 256 } vif 5 { address 2001:db8:200:f0::114/64 @@ -92,8 +92,8 @@ interfaces { tso } ring-buffer { - rx 4096 - tx 4096 + rx 256 + tx 256 } } ethernet eth2 { |