aboutgitcodebugslistschat
path: root/Makefile
diff options
context:
space:
mode:
authorDavid Gibson <david@gibson.dropbear.id.au>2024-02-28 22:25:02 +1100
committerStefano Brivio <sbrivio@redhat.com>2024-02-29 09:47:25 +0100
commit330b5db77d4c73b0fad0467e6268c08c4176312e (patch)
tree55d897e629d7cc5db374762b799ccb4fa5541976 /Makefile
parentd31277e292281aa7e61d3785f56af1c956520786 (diff)
downloadpasst-330b5db77d4c73b0fad0467e6268c08c4176312e.tar
passt-330b5db77d4c73b0fad0467e6268c08c4176312e.tar.gz
passt-330b5db77d4c73b0fad0467e6268c08c4176312e.tar.bz2
passt-330b5db77d4c73b0fad0467e6268c08c4176312e.tar.lz
passt-330b5db77d4c73b0fad0467e6268c08c4176312e.tar.xz
passt-330b5db77d4c73b0fad0467e6268c08c4176312e.tar.zst
passt-330b5db77d4c73b0fad0467e6268c08c4176312e.zip
inany: Add inany_ntop() helper
Add this helper to format an inany into either IPv4 or IPv6 text format as appropriate. Signed-off-by: David Gibson <david@gibson.dropbear.id.au> Signed-off-by: Stefano Brivio <sbrivio@redhat.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 7b3a7ef..24cc255 100644
--- a/Makefile
+++ b/Makefile
@@ -45,8 +45,8 @@ FLAGS += -DVERSION=\"$(VERSION)\"
FLAGS += -DDUAL_STACK_SOCKETS=$(DUAL_STACK_SOCKETS)
PASST_SRCS = arch.c arp.c checksum.c conf.c dhcp.c dhcpv6.c flow.c icmp.c \
- igmp.c iov.c isolation.c lineread.c log.c mld.c ndp.c netlink.c \
- packet.c passt.c pasta.c pcap.c pif.c port_fwd.c tap.c tcp.c \
+ igmp.c inany.c iov.c isolation.c lineread.c log.c mld.c ndp.c \
+ netlink.c packet.c passt.c pasta.c pcap.c pif.c port_fwd.c tap.c tcp.c \
tcp_splice.c udp.c util.c
QRAP_SRCS = qrap.c
SRCS = $(PASST_SRCS) $(QRAP_SRCS)