Page MenuHomeVyOS Platform

VPP source of the tunnel interface should be checked and configured
Closed, ResolvedPublicBUG

Description

VPP source of the tunnel interface should be configured, but we do not have this check
We cannot use sources that are not in the VPP

In this example, I used the wrong IP address, 192.0.2.222, when I should have used 192.0.2.1 as the source.

set interfaces ethernet eth1 address 192.0.2.1/24

set vpp settings interface eth1 driver 'dpdk'
set vpp interfaces gre gre2 remote '192.0.2.254'
set vpp interfaces gre gre2 source-address '192.0.2.222'

Additionally, source-address must not be equal to remote, and remote must not match the local interface address.

The same is true for the gre/ipip/vxlan

Details

Version
VyOS 1.5-rolling-202502220006
Is it a breaking change?
Perfectly compatible
Issue type
Bug (incorrect behavior)

Event Timeline

Viacheslav triaged this task as Normal priority.
Viacheslav updated the task description. (Show Details)
Viacheslav renamed this task from VPP source of the tunnel interface should be configured to VPP source of the tunnel interface should be checked and configured.Feb 22 2025, 12:41 PM
natali-rs1985 changed the task status from Open to In progress.Feb 24 2025, 10:50 AM
natali-rs1985 claimed this task.
natali-rs1985 changed Is it a breaking change? from Unspecified (possibly destroys the router) to Perfectly compatible.
Viacheslav moved this task from Need Triage to Completed on the VyOS Rolling board.