Commit 511d324
committed
examples/mpls/net37: enable the demo (auto RSVP peers), record fingerprint
net37 is a 37-router RSVP-TE demo that never ran: it set **.LSR*.peers="" (no
peers), so RSVP had no HELLO neighbours and signaling failed with "not an RSVP
peer" -- which is exactly the manual-config drudgery the "auto" peer derivation
removes. Drop the empty peers setting so the routers use peers="auto"; the LSP is
now signaled and host1->host2 traffic flows over it.
Flip the fingerprint row from ERROR to PASS and record it. Use the same
ingredients as the sibling MPLS rows (tplx;~tNl;tyf) -- the stale ~tND ingredient
would force serialization of RSVP/MPLS packets, which have no serializer.1 parent f71a446 commit 511d324
2 files changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | 3 | | |
5 | 4 | | |
6 | 5 | | |
7 | | - | |
| 6 | + | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
420 | 420 | | |
421 | 421 | | |
422 | 422 | | |
423 | | - | |
| 423 | + | |
424 | 424 | | |
425 | 425 | | |
426 | 426 | | |
| |||
0 commit comments