| d0695f8a | 08-Jan-2022 |
Cy Schubert <[email protected]> |
ipfilter: Restore ipfsync
ipfsync is a WIP sync daemon designed to be used in a failover scenario. It was removed by 5ee61c7daa511927aae8652d6a3ea78866a50ef8. This commit restores its three files. i
ipfilter: Restore ipfsync
ipfsync is a WIP sync daemon designed to be used in a failover scenario. It was removed by 5ee61c7daa511927aae8652d6a3ea78866a50ef8. This commit restores its three files. ipfsync is in my work queue.
(cherry picked from commit 08ab34a06a9b0a84e979ff43f2d6f2d60fb37ed9)
show more ...
|
| 189b9222 | 04-Jan-2022 |
Cy Schubert <[email protected]> |
ipfilter userland: Fix branch mismerge
The work to ANSIfy and adjust returns to style(9) resulted in a mismerge of a stash when ipfilter was moved from contrib to sbin. An older file replaced WIP at
ipfilter userland: Fix branch mismerge
The work to ANSIfy and adjust returns to style(9) resulted in a mismerge of a stash when ipfilter was moved from contrib to sbin. An older file replaced WIP at the time, resulting in a regression.
The majority of this work was done in 2018 saved as git stashes within a git-svn tree and migrated to the git tree. The regression occurred when the various stashes were sequentially merged to create individual commits, following the ipfilter move to netpfil and sbin.
Reported by: jrtc27 Fixes: 2582ae5740181e0d2bab10003d66ae91c9b56329 Pointy hat to: cy
(cherry picked from commit a3522837b021a46f2de81303247599ea51163d13)
show more ...
|
| 48fa9d44 | 14-Mar-2017 |
Cy Schubert <[email protected]> |
Disconnect ipftest and ipresend from the build until it can be verified that they still work. These utilities have become out of sync with the code in the kernel and need work to bring them back into
Disconnect ipftest and ipresend from the build until it can be verified that they still work. These utilities have become out of sync with the code in the kernel and need work to bring them back into shape. Most people test on real systems or VMs on real networks.
Suggested by: glebius
show more ...
|