Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use SPDX License Identifiers in headers | Phil Sutter | 2024-10-30 | 1 | -6/+1 |
| | | | | | | | | | | | | | Replace the copyright notice in header comments by an equivalent SPDX-License-Identifier string. Drop a following empty line if at the bottom of the comment. Leave any other header comment content in place. This also fixes for an incomplete notice in examples/nft-ruleset-get.c since commit c335442eefcca ("src: incorrect header refers to GPLv2 only"). Signed-off-by: Phil Sutter <phil@nwl.cc> Reviewed-by: Pablo Neira Ayuso <pablo@netfilter.org> | ||||
* | src: replace nftnl_*_nlmsg_build_hdr() by nftnl_nlmsg_build_hdr() | Pablo Neira Ayuso | 2022-11-15 | 1 | -1/+1 |
| | | | | | | Use nftnl_nlmsg_build_hdr() instead of nftnl_*_nlmsg_build_hdr(). Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org> | ||||
* | expr: add forward expression | Pablo Neira Ayuso | 2016-02-01 | 1 | -0/+90 |
Add forward expression for the netdev family. Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org> |