Page MenuHomeVyOS Platform

Tunnel interface can not be disabled
Closed, ResolvedPublicBUG

Description

vyos@vyos# show interfaces tunnel
 tunnel tun10 {
     address 192.168.151.214/30
+    disable
     encapsulation gre
     local-ip 1.1.1.1
     mtu 1360
     remote-ip 2.2.2.2
     source-interface pppoe0
 }
vyos@vyos# commit
[ interfaces tunnel tun10 ]
Can not set "state" for tunnel gre tun10 at tunnel creation

[[interfaces tunnel tun10]] failed
Commit failed

Details

Difficulty level
Unknown (require assessment)
Version
1.3-rolling-20200423
Why the issue appeared?
Will be filled on close
Is it a breaking change?
Perfectly compatible
Issue type
Bug (incorrect behavior)