Skip to content

Commit 511d324

Browse files
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

File tree

examples/mpls/net37/omnetpp.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
[General]
22
network = R37
3-
#expected-result = "ERROR"
43
sim-time-limit = 500s
54
total-stack = 64MiB
65

7-
**.LSR*.peers = ""
6+
# RSVP peers are derived automatically from the TED (the "auto" default of the
7+
# peers parameter); no manual per-router peer lists are needed.
88
**.LSR*.routerId = "auto"
99

1010
**.host1.numApps = 1

tests/fingerprint/examples.csv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -420,7 +420,7 @@
420420
/examples/mobility/, -f omnetpp.ini -c VehicleMobility, 10s, 566c-6355/tplx;0000-0000/~tNl;0000-0000/~tND;ddaf-0493/tyf, PASS,
421421

422422
/examples/mpls/ldp/, -f omnetpp.ini -c General -r 0, 50s, 1fda-4c2d/tplx;9be4-4c79/~tNl;57a5-614f/tyf, PASS, Ipv4
423-
/examples/mpls/net37/, -f omnetpp.ini -c General -r 0, 100s, 0000-0000/tplx;0000-0000/~tNl;0000-0000/~tND;0000-0000/tyf, ERROR, # <!> Error in module (TED) R37.LSR0.ted (id=45) during network initialization: Model error: ASSERT: condition !remote.isUnspecified() false in function initialize, networklayer/ted/TED.cc line 86.
423+
/examples/mpls/net37/, -f omnetpp.ini -c General -r 0, 100s, 931d-c856/tplx;79ad-6cde/~tNl;650f-86df/tyf, PASS, Ipv4
424424
/examples/mpls/testte_failure/, -f omnetpp.ini -c General -r 0, 10s, 000f-06fa/tplx;f12b-a8cb/~tNl;ebc6-99b0/tyf, PASS, Ipv4
425425
/examples/mpls/testte_failure2/, -f omnetpp.ini -c General -r 0, 100s, ac30-3bb0/tplx;43c5-3934/~tNl;a7ac-1aed/tyf, PASS, Ipv4
426426
/examples/mpls/testte_reroute/, -f omnetpp.ini -c General -r 0, 50s, 9f64-9afe/tplx;9140-0c45/~tNl;56a0-8028/tyf, PASS, Ipv4

0 commit comments

Comments
 (0)