/usr/share/ion/configs/loopback-stcp/loopback.ipnrc is in ion-doc 3.2.0~dfsg1-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 | # ipnrc configuration file for the loopback test.
# Essentially, this is the IPN scheme's routing table.
# Command: % ipnadmin loopback.ipnrc
# This command should be run AFTER bpadmin (likely to be run last).
#
# Ohio University, July 2009
# Add an egress plan.
# Bundles to be transmitted to element number 1 (that is, yourself).
# Transmission should use the stcp convergence layer for 127.0.0.1:4556
# See your bprc file or bpadmin for outducts/protocols you can use.
a plan 1 stcp/127.0.0.1:4556
|