Page MenuHomeVyOS Platform

VPP tunnel and none enthernet interfaces by default in the down state
Closed, ResolvedPublicBUG

Description

VPP tunnel/none ethernet interfaces by default in the down state
GRE/VXLAN/IPIP etc.

set vpp settings interface eth1 driver 'dpdk'
set vpp settings unix poll-sleep-usec '12'

set vpp interfaces gre gre0 remote '192.0.2.2'
set vpp interfaces gre gre0 source-address '192.0.2.1'

check:

vyos@r14# run show vpp interfaces 
Kernel    Dataplane    Type    IP Address    MAC                  MTU  State
--------  -----------  ------  ------------  -----------------  -----  -------
          eth1         dpdk    192.0.2.1/30  52:54:00:28:23:f1   1500  up
          gre0         GRE                   00:00:00:00:00:00   9000  down
          local0       local                 00:00:00:00:00:00      0  down
eth1      tap1         virtio                02:fe:94:dd:d2:05   9000  up
[edit]
vyos@r14#

Details

Version
VyOS 1.5-current-vpp-202501250028
Is it a breaking change?
Unspecified (possibly destroys the router)
Issue type
Bug (incorrect behavior)

Event Timeline

Viacheslav moved this task from Need Triage to Completed on the VyOS Rolling board.

fixed

vyos@r16# set vpp interfaces gre gre0 remote '192.0.2.2'
[edit]
vyos@r16# set vpp interfaces gre gre0 source-address '192.0.2.1'
[edit]
vyos@r16# commit
run show vpp	in	[ vpp ]
WARNING: offload option in eth1 settings is not supported by VPP interfaces. It will be ignored.

[edit]
vyos@r16# run show vpp interfaces 
Kernel    Dataplane    Type    IP Address    MAC                  MTU  State
--------  -----------  ------  ------------  -----------------  -----  -------
          eth1         dpdk                  52:54:00:2a:7f:63   1500  up
          gre0         GRE                   00:00:00:00:00:00   9000  up
          local0       local                 00:00:00:00:00:00      0  down
eth1      tap1         virtio                02:fe:80:27:2b:0d   9000  up
[edit]
vyos@r16#