Skip to content

Commit

Permalink
Fix OpenBSD pf test failure
Browse files Browse the repository at this point in the history
  • Loading branch information
liutzvin committed Jun 17, 2016
1 parent 5d28ce8 commit e0dfb95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sshuttle/tests/client/test_methods_pf.py
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,7 @@ def test_setup_firewall_openbsd(mock_pf_get_dev, mock_ioctl, mock_pfctl):
call('-a sshuttle-1025 -f /dev/stdin',
b'table <forward_subnets> {!1.2.3.66/32,1.2.3.0/24}\n'
b'table <dns_servers> {1.2.3.33}\n'
b'pass in on lo0 inet proto tcp divert-to 127.0.0.1 port 1025\n'
b'pass in on lo0 inet proto tcp to <forward_subnets> divert-to 127.0.0.1 port 1025\n'
b'pass in on lo0 inet proto udp to '
b'<dns_servers>port 53 rdr-to 127.0.0.1 port 1027\n'
b'pass out inet proto tcp to '
Expand Down

0 comments on commit e0dfb95

Please sign in to comment.