Skip to content

Commit 4aafa39

Browse files
committed
nft: Reduce the size of the generated comment
1 parent 3a03391 commit 4aafa39

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

letmeinfwd/src/firewall/nftables.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ fn gen_rule_comment(addr: Option<IpAddr>, port: SingleLeasePort) -> ah::Result<S
132132
} else {
133133
write!(&mut comment, "any/")?;
134134
}
135-
write!(&mut comment, "{port}/accept/letmein/GENERATED")?;
135+
write!(&mut comment, "{port}/accept/LETMEIN")?;
136136

137137
if comment.len() > NFTNL_UDATA_COMMENT_MAXLEN {
138138
Err(err!(

0 commit comments

Comments
 (0)