diff options
author | Alexander Bluhm <bluhm@cvs.openbsd.org> | 2018-01-16 14:51:20 +0000 |
---|---|---|
committer | Alexander Bluhm <bluhm@cvs.openbsd.org> | 2018-01-16 14:51:20 +0000 |
commit | 7d2967d7fea09e4f8e23545ada8e80b9bcebc2c5 (patch) | |
tree | 496f05a25f26702c468f80f6b4be687fbe4843c0 | |
parent | 8fb7f9f5327fdd53d4c5c9ec78b9469c4ea12a18 (diff) |
Enable traceroute test for incoming reply-to rule.
-rw-r--r-- | regress/sys/net/pf_forward/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/regress/sys/net/pf_forward/Makefile b/regress/sys/net/pf_forward/Makefile index 7c4242447b0..32d5d486a79 100644 --- a/regress/sys/net/pf_forward/Makefile +++ b/regress/sys/net/pf_forward/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.26 2018/01/15 12:27:45 bluhm Exp $ +# $OpenBSD: Makefile,v 1.27 2018/01/16 14:51:19 bluhm Exp $ # The following ports must be installed: # @@ -157,12 +157,6 @@ run-regress-traceroute-${proto}-${inet}-RPT_OUT: # generated by IP forward will not match the out rule with reply-to # so it will be rejected by the route. @echo DISABLED - -run-regress-traceroute-${proto}-${inet}-RPT_IN: - @echo '\n======== $@ ========' - # RPT_IN traceroute is broken with PF ttl. The ICMP packet has - # localhost as source address. It is selected by reject route. - @echo DISABLED .endfor # proto # Ping all addresses. This ensures that the IP addresses are configured |