aboutgitcodebugslistschat
path: root/conf.c
Commit message (Expand)AuthorAgeFilesLines
* passt, pasta: Add seccomp supportStefano Brivio2021-10-141-0/+2
* conf, tap: Split netlink and pasta functions, allow interface configurationStefano Brivio2021-10-141-316/+132
* conf: Don't get IPv{4,6} DNS addresses if IPv{4,6} is disabledStefano Brivio2021-10-101-4/+6
* conf: Avoid getifaddrs(), split L2/L3 address fetching, get filtered dumpsStefano Brivio2021-10-101-123/+169
* conf: Fix getopt_long() return value for --quietStefano Brivio2021-10-071-1/+1
* pasta: Allow specifying paths and names of namespacesGiuseppe Scrivano2021-10-071-12/+145
* conf: Silence gcc -Os warningStefano Brivio2021-10-051-1/+1
* conf, tcp: Periodic detection of bound ports for pasta port forwardingStefano Brivio2021-09-271-34/+51
* conf: Actually zero-terminate DNS and search list arraysStefano Brivio2021-09-271-6/+11
* conf: Fix help message about default behaviour for UDP port forwardingStefano Brivio2021-09-091-6/+4
* conf, dhcp, ndp: Fix message about default MTU, make NDP consistentStefano Brivio2021-09-091-1/+14
* conf: Introduce PASST_LEGACY_NO_OPTIONS ifdef for legacyStefano Brivio2021-09-091-0/+12
* conf: Fix check for IPv6 DNS address being already setStefano Brivio2021-09-011-1/+1
* conf: Minor fixes for usage messageStefano Brivio2021-09-011-4/+4
* passt, pasta: Introduce command-line options and port re-mappingStefano Brivio2021-09-011-0/+1163