AXPORTS(5) Linux Programmer's Manual AXPORTS(5)NAME
/etc/ax25/axports - AX.25 port configuration file.
DESCRIPTION
axports is an ASCII file that contains information about each of the physical AX.25 ports that are to be used. When dealing with an AX.25
utility such as call, it takes an argument that is the port name. This port name is a reference to the line within axports, which has that
name as its first argument. The information on each line contains enough information to bind the command to a particular physical AX.25
interface, this binding is done by matching the callsign on the line in axports with the callsign of the port set by kissattach.
The lines within axports must either be a comment line, which starts with a # in the first column, or a port description in the following
format, each field being delimited by white space:
name callsign speed paclen window description
The field descriptions are:
name is the unique identifier of the port. This is the name given as the port argument of many of the AX.25 support pro-
grams. This is not in any way related to actual device identities, just unique
callsign the callsign of the physical interface to bind to.
speed this is the speed of interface, a value of zero means that no speed will be set by kissattach(8).
paclen is the default maximum packet size for this interface.
window the default window size for this interface.
description a free format description of this interface, this field extends to the end of the line. This field may contain spaces.
FILES
/etc/ax25/axports
SEE ALSO call(1), ax25(4), axparms(8), kissattach(8).
Linux 2008-Feb-04 AXPORTS(5)
Check Out this Related Man Page
AXPORTS(5) Linux Programmer's Manual AXPORTS(5)NAME
/etc/ax25/axports - AX.25 port configuration file.
DESCRIPTION
axports is an ASCII file that contains information about each of the physical AX.25 ports that are to be used. When dealing with an AX.25
utility such as call, it takes an argument that is the port name. This port name is a reference to the line within axports, which has that
name as its first argument. The information on each line contains enough information to bind the command to a particular physical AX.25
interface, this binding is done by matching the callsign on the line in axports with the callsign of the port set by kissattach.
The lines within axports must either be a comment line, which starts with a # in the first column, or a port description in the following
format, each field being delimited by white space:
name callsign speed paclen window description
The field descriptions are:
name is the unique identifier of the port. This is the name given as the port argument of many of the AX.25 support pro-
grams. This is not in any way related to actual device identities, just unique
callsign the callsign of the physical interface to bind to.
speed this is the speed of interface, a value of zero means that no speed will be set by kissattach(8).
paclen is the default maximum packet size for this interface.
window the default window size for this interface.
description a free format description of this interface, this field extends to the end of the line. This field may contain spaces.
FILES
/etc/ax25/axports
SEE ALSO call(1), ax25(4), axparms(8), kissattach(8).
Linux 2008-Feb-04 AXPORTS(5)
I am readinga file lin by line and based craeting a arry of unique elemenst from the second column of the line. However when i coem out of the while loop my array becomes empty , can eny one tell me what I would be doing wrong
#!/bin/bash
logfile="./mylog.dat"
begin=100
end="$(( $begin +... (5 Replies)
Hi,
Is it possible to manually set the sc/rsc netmgt port speed and duplex settings, rather than have it auto-negotiate?
How do you see what speed the port is currently connected at, from the host side (not from switch or router)?
Thanks (2 Replies)
Hi all,
Application A is using an port number 100 and is binded to an interface 1.
Application B is using an port number 100 and is binded to an interface 2.
can we bind the two applications on same port number based on interfaces.
what i want to know is two... (3 Replies)
Hi
What would be the correct way to get the port number for a free port, using C in Linux?
I've tried to create() and bind() a socket without specifying the port, and that seems to work in some cases (using gcc, and some Linux dist).
When compiling with the Intel Icc64 compiler I suddenly... (2 Replies)
Hi,
Will removing space from the server increases the speed/performance.
how are they related?
please explain the relationship. thanks in advance
regards,
Pradeep (2 Replies)
I have 1.6 GB (and growing) of files with needed data between the 11th and 34th line (inclusive) of the second column of comma delimited files. There is also a lot of stray white space in the file that needs to be trimmed. They have DOS-like end of lines.
I need to transpose the 11th through... (13 Replies)
Hi All,
Does anyone have any suggestions/examples of how i could show only lines where the first field is not duplicated. If the first field is listed more than once it shouldnt be shown even if the other columns make it unique.
Example file :
876,RIBDA,EC2
876,RIBDH,EX7
877,RIBDF,E28... (4 Replies)