Matches source and destination addresses with IP regex, and uses the appropriate selector in the YAML output

This commit is contained in:
2023-01-31 15:10:51 -05:00
parent 6673b72fbd
commit c3e4c03dec
3 changed files with 113 additions and 45 deletions

View File

@@ -3,7 +3,7 @@ OUTPUT=mkconfig
build: $(SOURCE_FILES)
mkdir -p bin/ && \
gcc -Wall $(CFLAGS) $(LIBS) $(SOURCE_FILES) -o bin/$(OUTPUT)
gcc $(CFLAGS) $(LIBS) $(SOURCE_FILES) -o bin/$(OUTPUT)
run:
bin/$(OUTPUT)