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)
Fri, Oct 4, 10:47 PM
Unknown Object (File)
Fri, Oct 4, 10:47 PM
Unknown Object (File)
Thu, Oct 3, 1:05 PM
Unknown Object (File)
Mon, Sep 30, 9:22 PM
Unknown Object (File)
Sun, Sep 29, 4:14 AM
Unknown Object (File)
Wed, Sep 25, 5:04 PM
Unknown Object (File)
Wed, Sep 25, 5:04 PM
Unknown Object (File)
Tue, Sep 24, 2:46 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 Not Applicable
Unit
Tests Not Applicable

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.Mon, Sep 16, 1:06 PM
This revision was automatically updated to reflect the committed changes.