Installation guide
88 DC 900-1325I
Freeway Server-Resident Application (SRA) Programmer Guide
Next, the function inserts carriage returns as needed, incrementing the data count and
monitoring for buffer overflow as it does so.
Finally, the packet size in the ICP header is updated to account for any insertions that
were made.
6.6 Building the Example Filter Code
This example code is intended to be compiled directly on the Freeway server. To use it,
log in to the BSD shell as the root user and type the following commands:
cd /usr/local/freeway/client/test/sra
mount -u -o rw /usr
make
make install
mount -u -o ro /usr
reboot
When the Freeway server reboots, the filter code will be loaded by the Freeway daemon
at system startup time and the fwymod_init() routine will be executed.