Initial commit.

I've just messed around a bit with the Boost IP range and network types
to be able to describe allocations.

Checkpointing.  Starting a repo.
This commit is contained in:
2024-11-04 17:27:06 -05:00
parent a3fb1bedb8
commit 7d6aaa8d6e
3 changed files with 166 additions and 0 deletions

9
Makefile Normal file
View File

@ -0,0 +1,9 @@
CXXFLAGS+= -std=c++23
LDLIBS+= -lalepha
LDFLAGS+= -L Alepha/build-debug -Wl,-rpath,/home/user/proj/ipam/Alepha/build-debug
CPPFLAGS+= -I .
all: test
test: ipam
./ipam