pespin submitted this change.
3 is the latest approved patch-set.
No files were changed between the latest approved patch-set and the submitted one.
combined_linkset: Improve comment explaining ordering
Change-Id: I0d148e11bf4d33ecdc5c99a5fb887a74c666eb52
---
M src/ss7_combined_linkset.c
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/src/ss7_combined_linkset.c b/src/ss7_combined_linkset.c
index 6f4f506..eb19b85 100644
--- a/src/ss7_combined_linkset.c
+++ b/src/ss7_combined_linkset.c
@@ -73,7 +73,8 @@
* insert the route in the ordered list of routes. The list is sorted by
* mask length, so that the more specific (longer mask) routes are
* first, while the less specific routes with shorter masks are last.
- * Within the same mask length, the routes are ordered by priority.
+ * Within the same mask length, the routes are ordered by priority
+ * (where lower value means higher prio).
* Hence, the first matching route in a linear iteration is the most
* specific match.
*/
To view, visit change 40552. To unsubscribe, or for help writing mail filters, visit settings.