Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement Simplified Grammar #2

Closed
chris-huxtable opened this issue May 30, 2018 · 1 comment
Closed

Implement Simplified Grammar #2

chris-huxtable opened this issue May 30, 2018 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@chris-huxtable
Copy link
Owner

Possibly add a new grammar which removes the necessity of { and } where the line is like a path.

Example:

pass: out: quick: on: "em0" from: "192.168.0.2" to: "any"

Instead of:

pass: { 
     out { 
        quick {
            on: "em0"
            from: "192.168.0.2"
            to: "any"
        }
    }
}
@chris-huxtable chris-huxtable added the enhancement New feature or request label May 30, 2018
@chris-huxtable chris-huxtable self-assigned this May 30, 2018
@chris-huxtable
Copy link
Owner Author

Not the time/not sure its needed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant