]> git.ipfire.org Git - thirdparty/FORT-validator.git/commit
Remember connected clients
authorpcarana <pc.moreno2099@gmail.com>
Thu, 7 Mar 2019 01:03:45 +0000 (19:03 -0600)
committerpcarana <pc.moreno2099@gmail.com>
Thu, 7 Mar 2019 01:03:45 +0000 (19:03 -0600)
commit2106f3fda463160611cd4c5f443639738fb08477
treea98f7545f3c044455aa8653c4c6e498628fcbc0b
parent9fb45d46af88cb1956d1f51423e9205891f7bc0e
Remember connected clients

Use sockaddr_storage to fetch both IPv4 & 6 socket info.
Fetch the RTR version when the PDU is loaded.
Expose client data for later use (Serial Notify PDU).
src/Makefile.am
src/clients.c [new file with mode: 0644]
src/clients.h [new file with mode: 0644]
src/main.c
src/rtr/pdu.c
src/rtr/pdu.h
src/rtr/rtr.c