Page MenuHomeVyOS Platform

Quick Start documentation contains error
Closed, ResolvedPublicBUG

Description

In the section defining firewall rules in the quick start guide there are some errors.
According to the guide this is how you set state established

set firewall ipv4 forward filter rule 10 state established 'enable'

But it will give you this error

Configuration path: firewall ipv4 input filter rule 10 state established [enable] is not valid
  Set failed

The correct syntax is to not include the 'enable' part

set firewall ipv4 input filter rule 10 state established

This syntax error is made multiple times in the quick start guide.

Details

Difficulty level
Easy (less than an hour)
Version
1.4.0-rc1
Why the issue appeared?
Will be filled on close
Is it a breaking change?
Perfectly compatible
Issue type
Documentation update