commit | 87254a3f48874d7bbb127a118781d8ad1f017178 | [log] [tgz] |
---|---|---|
author | David Lamparter <equinox@diac24.net> | Thu Aug 27 00:28:28 2009 +0200 |
committer | Denis Ovsienko <infrastation@yandex.ru> | Mon Nov 21 18:24:28 2011 +0400 |
tree | 3a7d77af1b87c9a963fe747ff5e45f2f47b303e0 | |
parent | 3480674a41cba545a1f546e012939e286909b10c [diff] |
rib: default distance value for new protocols (v2) adding protocols and forgetting to update zebra_rib.c currently causes a beyond end of array access for the default distance value. fix by making 150 the default distance for unknown routing protocols. 150 is higher than all other IGPs but lower than iBGP (200)