]> git.ipfire.org Git - thirdparty/util-linux.git/commit
Merge branch 'lsfds-netlink' of https://github.com/masatake/util-linux
authorKarel Zak <kzak@redhat.com>
Thu, 2 Mar 2023 11:34:04 +0000 (12:34 +0100)
committerKarel Zak <kzak@redhat.com>
Thu, 2 Mar 2023 11:34:04 +0000 (12:34 +0100)
commit40e8e8b380b94ce2abbc8b2da7117bdd2d598132
tree62f623039523fe1a05e8727065cb92cd8bbe4bc8
parent567700dfdbcd0a237e274380673a0cb83e78ce06
parent300498a8c84af143d3ce25adafccfaf7de2a762c
Merge branch 'lsfds-netlink' of https://github.com/masatake/util-linux

* 'lsfds-netlink' of https://github.com/masatake/util-linux:
  tests: (lsfd) add cases for NETLINK sockets
  lsfd: use extra information loaded from /proc/net/netlink
  tests: (mkfds) add netlink factory
  tests: (lsfd,mkfds) define new error code for EPROTONOSUPPORT
  tests: (mkfds) add unsigned int parameter type
  tests: (lsfd) use ${PIPESTATUS[]} instead of $?