summaryrefslogtreecommitdiff
path: root/net-mgmt/aspathtree/files/patch-lib_elaborate-aspaths.pl
diff options
context:
space:
mode:
Diffstat (limited to 'net-mgmt/aspathtree/files/patch-lib_elaborate-aspaths.pl')
-rw-r--r--net-mgmt/aspathtree/files/patch-lib_elaborate-aspaths.pl23
1 files changed, 0 insertions, 23 deletions
diff --git a/net-mgmt/aspathtree/files/patch-lib_elaborate-aspaths.pl b/net-mgmt/aspathtree/files/patch-lib_elaborate-aspaths.pl
deleted file mode 100644
index 3c65ec5834e3..000000000000
--- a/net-mgmt/aspathtree/files/patch-lib_elaborate-aspaths.pl
+++ /dev/null
@@ -1,23 +0,0 @@
-
-$FreeBSD$
-
---- lib/elaborate-aspaths.pl.orig
-+++ lib/elaborate-aspaths.pl
-@@ -364,7 +364,7 @@
- if ($value1 > 64511 && $value1 < 65535) {
- push (@asspriv,$value1);
- push (@{$paths_withasspriv{$value1}}, $key);
-- } elsif ($value1 == 65535 || ($value1 > 32767 && $value1 < 64512)) {
-+ } elsif ($value1 == 65535 ) {
- push (@assreserved,$value1);
- push (@{$paths_withassreserved{$value1}}, $key);
- }
-@@ -386,7 +386,7 @@
- if ($value > 64511 && $value < 65535) {
- push (@asspriv,$value);
- push (@{$paths_withasspriv{$value}}, $key);
-- } elsif ($value == 65535 || ($value > 32767 && $value < 64512)) {
-+ } elsif ($value == 65535 ) {
- push (@assreserved,$value);
- push (@{$paths_withassreserved{$value}}, $key);
- }