Commit c33236e
committed
GPSR: examples: enable IPv6 addressing for GPSR-over-IPv6; re-record gpsr fingerprints
GPSR-over-IPv6 (configs IPv6/MultiIPv6) could not deliver: the example assigned
no global IPv6 addresses, so hosts had only link-local addresses, which IPv6 does
not forward. Add an Ipv6NetworkConfigurator -- conditional (hasIpv6Configurator,
enabled only by the IPv6 configs, so the IPv4/Generic runs are untouched) --
assign a single on-link /64, point the node IPv6 configurator at it (its default
networkConfiguratorModule is ""), and set sendRedirects=false to avoid the
redirect storm on this single-link multi-hop network.
GPSR-over-IPv6 now routes to global addresses and delivers end-to-end, but only
~2/17 vs IPv4's ~8/17: IPv6 Neighbor Discovery (address resolution + NUD)
congests the shared wireless medium far more than IPv4 ARP. Documented as a known
limitation in the ini.
Fingerprint re-records (behavior sanity-checked; deterministic across -r 2):
- gpsr IPv6, MultiIPv6: reflect the now-functional best-effort IPv6 delivery above.
- gpsr MultiIPv4, MultiGeneric: pre-existing drift from the IPv6 extension-header
refactoring -- these multi-stack configs carry a co-resident IPv6 stack whose
refactored ND timing shifts the shared-medium schedule. Behavior verified
correct (both deliver 8/17); confirmed the drift is identical with and without
the GPSR/IPv6 crash-chain, i.e. not introduced here.1 parent f9322d2 commit c33236e
3 files changed
Lines changed: 24 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
10 | 11 | | |
11 | 12 | | |
12 | 13 | | |
| |||
19 | 20 | | |
20 | 21 | | |
21 | 22 | | |
| 23 | + | |
22 | 24 | | |
23 | 25 | | |
24 | 26 | | |
| |||
29 | 31 | | |
30 | 32 | | |
31 | 33 | | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
32 | 38 | | |
33 | 39 | | |
34 | 40 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
45 | 49 | | |
46 | 50 | | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
47 | 61 | | |
48 | 62 | | |
49 | 63 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
353 | 353 | | |
354 | 354 | | |
355 | 355 | | |
356 | | - | |
| 356 | + | |
357 | 357 | | |
358 | 358 | | |
359 | | - | |
360 | | - | |
361 | | - | |
| 359 | + | |
| 360 | + | |
| 361 | + | |
362 | 362 | | |
363 | 363 | | |
364 | 364 | | |
| |||
0 commit comments