Displaying 1 result from an estimated 1 matches for "table_part2".
Did you mean:
table_part1
2004 Jan 24
0
rules/routes traversal misunderstanding
...ules like this:
100: from all lookup provider1
200: from all lookup provider2
What does make stop the traversal? For instance, does a default route in
provider1 would stop the traversal?
2. are tables entirely separated? Say, if you have this:
100: from all lookup table_part1
200: from all lookup table_part2
and table_part1 contains the route for a provider and table_part2
contains the default route statement for this provider. Obviously, both
tables would be checked. But once in table_part2, would the default
route work with what was defined in table_part1 or are routes
"forgotten" from...