Page MenuHomeVyOS Platform

A state of VTI interface in a configuration does not being processing properly
Closed, ResolvedPublicBUG

Description

If a VTI interface is disabled in a configuration, it can be reenabled by the up-client or up-host events.
Most likely, primarily this bug exists because a small typo in the vyatta-vti-config.pl:

my $disabled = $vcIntf->existsOrig("vti $intfName disabled");

But interface settings contain the disable option, not disabled.

We need to fix this and recheck.

Details

Difficulty level
Easy (less than an hour)
Version
rolling-202009220118, 1.2.6
Why the issue appeared?
Will be filled on close
Is it a breaking change?
Behavior change
Issue type
Bug (incorrect behavior)