Page MenuHomeFreeBSD

pfctl: lex <=, >=, and != into a single token
ClosedPublic

Authored by kp on Sep 7 2024, 9:34 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Nov 9, 12:12 PM
Unknown Object (File)
Sat, Nov 9, 12:12 PM
Unknown Object (File)
Sat, Nov 9, 12:12 PM
Unknown Object (File)
Wed, Nov 6, 6:29 AM
Unknown Object (File)
Mon, Oct 28, 6:35 PM
Unknown Object (File)
Fri, Oct 25, 1:35 PM
Unknown Object (File)
Wed, Oct 16, 9:52 PM
Unknown Object (File)
Wed, Oct 16, 5:57 AM
Subscribers

Details

Summary

lex <=, >=, and != into a single token for correctness and to reduce the
lookahead in the parser
ok henning otto

Obtained from: OpenBSD, deraadt <deraadt@openbsd.org>, e6e3ecf338
Sponsored by: Rubicon Communications, LLC ("Netgate")

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 59370
Build 56257: arc lint + arc unit

Event Timeline

kp requested review of this revision.Sep 7 2024, 9:34 AM

I like this change, from my limited parser knowledge :)

This revision was not accepted when it landed; it landed in state Needs Review.Sep 16 2024, 1:06 PM
This revision was automatically updated to reflect the committed changes.