diff options
| author | Renato Botelho <garga@FreeBSD.org> | 2009-05-08 21:50:30 +0000 |
|---|---|---|
| committer | Renato Botelho <garga@FreeBSD.org> | 2009-05-08 21:50:30 +0000 |
| commit | f0eb4acc9c00144319efe388e60c765a52a0da10 (patch) | |
| tree | 0fa71f0ca89640a5c8a55290666ffd243978e1e0 /net/mgen/files/patch-protolib_unix_bsdRouteMgr.cpp | |
| parent | - Add Frei0r plugin support (diff) | |
- Fix build on -CURRENT and unbreak
- Since i'm here, fix MASTER_SITES, directory has changed since version 5 was
released
Notes
Notes:
svn path=/head/; revision=233444
Diffstat (limited to 'net/mgen/files/patch-protolib_unix_bsdRouteMgr.cpp')
| -rw-r--r-- | net/mgen/files/patch-protolib_unix_bsdRouteMgr.cpp | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net/mgen/files/patch-protolib_unix_bsdRouteMgr.cpp b/net/mgen/files/patch-protolib_unix_bsdRouteMgr.cpp new file mode 100644 index 000000000000..39599b9f2ae9 --- /dev/null +++ b/net/mgen/files/patch-protolib_unix_bsdRouteMgr.cpp @@ -0,0 +1,11 @@ +--- protolib/unix/bsdRouteMgr.cpp.orig 2009-05-08 18:44:06.000000000 -0300 ++++ protolib/unix/bsdRouteMgr.cpp 2009-05-08 18:44:35.000000000 -0300 +@@ -255,7 +255,7 @@ + } // end if(mask[i] is set) + } // end for(i=0..RTAX_MAX) + if (dst.IsValid() && +- (0 == (rtm->rtm_flags & RTF_WASCLONED))) ++ (0 == (rtm->rtm_flags))) + { + if (prefixLen < 0) prefixLen = dst.GetLength() << 3; + if (0 == (rtm->rtm_flags & RTF_GATEWAY)) gw.Invalidate(); |
