summaryrefslogtreecommitdiff
path: root/net-mgmt/nav/files/patch-subsystem-lib-python-src-nav-ip.py
diff options
context:
space:
mode:
authorAnders Nordby <anders@FreeBSD.org>2004-11-23 07:29:45 +0000
committerAnders Nordby <anders@FreeBSD.org>2004-11-23 07:29:45 +0000
commitafbf5f47aae5693804f9a4da8c26f1dfc266e5d1 (patch)
tree3afb321ed43ba5dba65bbfac5523ebe9cdfdc9db /net-mgmt/nav/files/patch-subsystem-lib-python-src-nav-ip.py
parentMarked as broken again. (diff)
Add NAV (Network Administration Visualized), a network administration
package from NTNU - Norwegian University of Science and Technology. This port is work-in-progress, currently. Sponsored by: University of Tromsø
Notes
Notes: svn path=/head/; revision=122205
Diffstat (limited to 'net-mgmt/nav/files/patch-subsystem-lib-python-src-nav-ip.py')
-rw-r--r--net-mgmt/nav/files/patch-subsystem-lib-python-src-nav-ip.py11
1 files changed, 11 insertions, 0 deletions
diff --git a/net-mgmt/nav/files/patch-subsystem-lib-python-src-nav-ip.py b/net-mgmt/nav/files/patch-subsystem-lib-python-src-nav-ip.py
new file mode 100644
index 000000000000..c3234dea5902
--- /dev/null
+++ b/net-mgmt/nav/files/patch-subsystem-lib-python-src-nav-ip.py
@@ -0,0 +1,11 @@
+--- subsystem/lib-python/src/nav/ip.py.orig Sat Nov 20 18:35:46 2004
++++ subsystem/lib-python/src/nav/ip.py Sat Nov 20 18:35:57 2004
+@@ -106,7 +106,7 @@
+ address = address.strip()
+ matches = _cidrPattern.match(address)
+
+- fullmask = 0xFFFFFFFF
++ fullmask = 0xFFFFFFFFL
+
+ if matches:
+ g = matches.groups()