From afbf5f47aae5693804f9a4da8c26f1dfc266e5d1 Mon Sep 17 00:00:00 2001 From: Anders Nordby Date: Tue, 23 Nov 2004 07:29:45 +0000 Subject: Add NAV (Network Administration Visualized), a network administration package from NTNU - Norwegian University of Science and Technology. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This port is work-in-progress, currently. Sponsored by: University of Tromsø --- net-mgmt/nav/files/patch-subsystem-lib-python-src-nav-ip.py | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 net-mgmt/nav/files/patch-subsystem-lib-python-src-nav-ip.py (limited to 'net-mgmt/nav/files/patch-subsystem-lib-python-src-nav-ip.py') 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() -- cgit v1.2.3