| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
python3 is a symbolic link that points to the current python 3.X
version.
It is possible for a system to have python (python 3.X) without the
python3 (symlink) package.
Test scripts that use Scapy are invoked using python3, so add it as a
required program.
Reviewed by: ngie, asomers
Approved by: emaste (mentor)
Differential Revision: https://reviews.freebsd.org/D49007
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
If during ip_forward() we find a blackhole (or reject) route we should stop
processing and count this in the 'cantforward' counter, just like we already do
for IPv6.
Blackhole routes are set to use the loopback interface, so we don't actually
incorrectly forward traffic, but we do fail to count it as unroutable.
Test this, both for IPv4 and IPv6.
Reviewed by: melifaro
Sponsored by: Rubicon Communications, LLC ("Netgate")
Differential Revision: https://reviews.freebsd.org/D47529
|
| |
|
|
|
|
|
| |
This one has been commented out since the initial commit, but doesn't
appear to pose any problems.
MFC after: 1 week
|
| |
|
|
| |
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
|
|
|
MFC after: 2 weeks
Differential Revision: https://reviews.freebsd.org/D24002
Notes:
svn path=/head/; revision=358853
|