From 4a34fa737c11cb642181ecf0e6453e0399609304 Mon Sep 17 00:00:00 2001 From: "David M. Johnson" Date: Wed, 6 May 2015 09:20:35 -0600 Subject: [PATCH] Bug Fix: propagate new $vlan->_wiretype stuff to the MLE special case. --- tbsetup/libvtop_stable.pm.in | 2 +- tbsetup/libvtop_test.pm.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tbsetup/libvtop_stable.pm.in b/tbsetup/libvtop_stable.pm.in index 5ba7cd6ab..7ea4e0b61 100755 --- a/tbsetup/libvtop_stable.pm.in +++ b/tbsetup/libvtop_stable.pm.in @@ -3362,7 +3362,7 @@ sub GenVirtLans($) $others->{'virtualization_type'} = $vlan->_encapstyle(); } if ($layer == 1) { - $protocol = "wire"; + $vlan->_wiretype("wire"); } if ($trivial_ok) { diff --git a/tbsetup/libvtop_test.pm.in b/tbsetup/libvtop_test.pm.in index 7cf4999a9..a59046ff8 100755 --- a/tbsetup/libvtop_test.pm.in +++ b/tbsetup/libvtop_test.pm.in @@ -3558,7 +3558,7 @@ sub GenVirtLans($) $others->{'virtualization_type'} = $vlan->_encapstyle(); } if ($layer == 1) { - $protocol = "wire"; + $vlan->_wiretype("wire"); } if ($trivial_ok) { -- GitLab