summaryrefslogtreecommitdiff
path: root/net/pimdd/files/patch-config.c
diff options
context:
space:
mode:
authorBruce M Simpson <bms@FreeBSD.org>2006-09-29 11:14:06 +0000
committerBruce M Simpson <bms@FreeBSD.org>2006-09-29 11:14:06 +0000
commitc7588fa72cbf79893f168a8a33189c8e45c43759 (patch)
tree35f2ad681afaba872c294ae997151a4b2932a138 /net/pimdd/files/patch-config.c
parentAnother fix.. OOOTAG must also be specified. (diff)
Add new port for UOregon's PIM dense-mode multicast routing daemon for IPv4.
Notes
Notes: svn path=/head/; revision=174102
Diffstat (limited to 'net/pimdd/files/patch-config.c')
-rw-r--r--net/pimdd/files/patch-config.c20
1 files changed, 20 insertions, 0 deletions
diff --git a/net/pimdd/files/patch-config.c b/net/pimdd/files/patch-config.c
new file mode 100644
index 000000000000..760b41585503
--- /dev/null
+++ b/net/pimdd/files/patch-config.c
@@ -0,0 +1,20 @@
+--- config.c.orig Fri Sep 29 11:55:19 2006
++++ config.c Fri Sep 29 11:55:43 2006
+@@ -343,7 +343,7 @@
+ v->uv_local_pref = n;
+ }
+
+- else if(EQUAL(w, "metric"))
++ else if(EQUAL(w, "metric")) {
+ if(EQUAL((w = next_word(&s)), ""))
+ log(LOG_WARNING, 0,
+ "Missing metric for phyint %s in %s",
+@@ -361,7 +361,7 @@
+ inet_fmt(local, s1), n);
+ v->uv_local_metric = n;
+ }
+-
++ }
+ } /* if not empty */
+ break;
+ }