Page MenuHomeVyOS Platform

Error after entering outbound-interface command in NAT
Closed, ResolvedPublicBUG

Description

Error entering command:

vyos@vyos# set nat source rule 100 outbound-interface eth0
sh: /opt/vyatta/share/enumeration/existing-interfaces: No such file or directory
[edit]
vyos@vyos#

After commit, the configuration is applied normally:

vyos@vyos# commit
[edit]
vyos@vyos# show nat
 source {
     rule 100 {
         outbound-interface eth0
         source {
             address 10.0.0.0/24
         }
         translation {
             address masquerade
         }
     }
 }
[edit]
vyos@vyos#

Details

Difficulty level
Easy (less than an hour)
Version
VyOS 1.3-beta-202109090342
Why the issue appeared?
Other
Is it a breaking change?
Perfectly compatible
Issue type
Bug (incorrect behavior)

Event Timeline

c-po changed the task status from Open to In progress.Sep 9 2021, 12:04 PM
c-po claimed this task.
c-po changed Difficulty level from Unknown (require assessment) to Easy (less than an hour).
c-po changed Why the issue appeared? from Will be filled on close to Other.
c-po changed Is it a breaking change? from Unspecified (possibly destroys the router) to Perfectly compatible.
c-po moved this task from Need Triage to Finished on the VyOS 1.3 Equuleus (1.3.0-epa1) board.