Just applied this to the bridge git repository.

---

 ChangeLog         |    4 ++++
 brctl/brctl_cmd.c |    2 +-
 2 files changed, 5 insertions(+), 1 deletions(-)

32a43e993241ff53f3333c4533d135c4f6cead73
diff --git a/ChangeLog b/ChangeLog
index e31da93..435d2f5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2006-05-31  Stephen Hemminger  <[EMAIL PROTECTED]>
+
+       * Fixed bug where setting port priority set path cost instead
+
 2006-01-31  Stephen Hemminger  <[EMAIL PROTECTED]>
 
        * Released bridge-utils 1.1
diff --git a/brctl/brctl_cmd.c b/brctl/brctl_cmd.c
index 6d0785e..67aaad4 100644
--- a/brctl/brctl_cmd.c
+++ b/brctl/brctl_cmd.c
@@ -267,7 +267,7 @@ static int br_cmd_setportprio(int argc, 
                return 1;
        }
 
-       err = br_set_path_cost(argv[1], argv[2], cost);
+       err = br_set_port_priority(argv[1], argv[2], cost);
        if (err)
                fprintf(stderr, "set port priority failed: %s\n",
                        strerror(errno));
-- 
1.2.4

_______________________________________________
Bridge mailing list
[email protected]
https://lists.osdl.org/mailman/listinfo/bridge

Reply via email to