Page MenuHomeVyOS Platform

Fix VXLAN config option parsing
Closed, ResolvedPublicFEATURE REQUEST

Description

Due to https://phabricator.vyos.net/T2057

Need to fix undefined reference, wrong variable from config['remote'] to self.config['remote']
Need to fix VXLAN parser to self.config, need fill self.options in VXLANIf because of

for k in self.options:
    if k in kargs:
        self.config[k] = kargs[k]

Details

Difficulty level
Unknown (require assessment)
Version
-
Why the issue appeared?
Will be filled on close
Is it a breaking change?
Unspecified (possibly destroys the router)
Issue type
Bug (incorrect behavior)

Related Objects

StatusSubtypeAssignedTask
ResolvedFEATURE REQUESTthomas-mangin
ResolvedFEATURE REQUESTdmbaturin