1
0
This repository has been archived on 2024-07-22. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
2024-07-22 01:58:46 -03:00

26 lines
733 B
Plaintext
Executable File

This is a very early version of atmsigd that supports multiple signaling
entities in the same process. Everything's still a bit buggy and ugly.
To play with it, ...
1) Generate ATM interfaces 1 and 2:
# atmtcp -b -i 1 -l
# atmtcp -b -i 2 -c localhost
2) Create the following configuration file (name "config"):
entity 1.0.5 { mode user route +1 }
entity 2.0.5 { mode network default }
3) Launch atmsigd:
# ./atmsigd.new -c config
4) Add local addresses:
# atmaddr -a 1 +1
# atmaddr -a 2 +2
5) Test it:
% ttcp_atm -r -a
% ttcp_atm -t -a +1
Known bugs:
- wildcard bind removes wildcard
- selection of local address isn't consistent with signaling interface
selection
- everything else that's marked with @@@