diff options
author | Nick Mathewson <nickm@torproject.org> | 2016-12-07 15:21:21 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2016-12-07 15:22:44 -0500 |
commit | 53d4e89626856eabe235c50ffc3d6a697f176741 (patch) | |
tree | d6e3619acf2e4ab1af9b728a4eb10c1e286911d8 /changes/bug19960 | |
parent | e7ade23f9723f55a504ebd8279cbadf0aca108c6 (diff) | |
download | tor-53d4e89626856eabe235c50ffc3d6a697f176741.tar.gz tor-53d4e89626856eabe235c50ffc3d6a697f176741.zip |
Netbsd doesn't have ipfw, only the regular pf transport stuff.
Attempted fix for 19960.
Also, fixes a typo.
Diffstat (limited to 'changes/bug19960')
-rw-r--r-- | changes/bug19960 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug19960 b/changes/bug19960 new file mode 100644 index 0000000000..5d655859a6 --- /dev/null +++ b/changes/bug19960 @@ -0,0 +1,4 @@ + o Minor bugfixes (netbsd, unit tests): + - Stop expecting NetBSD unit tests to report success for ipfw; + on NetBSD, it's only pf that's supported. + Part of a fix for bug 19960; bugfix on 0.2.9.5-alpha. |