summaryrefslogtreecommitdiff
path: root/sbin/iked/vroute.c
AgeCommit message (Expand)Author
2024-07-14Fail explicitly on unexptected imsg->hdr_type. Otherwise the followingTobias Heider
2023-06-13iked: introduce and use print_addr()Theo Buehler
2023-02-10Add support for configuring multiple name servers as roadwarriorTobias Heider
2022-07-18Check if there is a locally cached nameserver to send before respondingTobias Heider
2022-03-16Make sure contents of vroute messages are aligned properly.Tobias Heider
2021-12-01whitespace cleanup during review readTheo de Raadt
2021-09-06Fix leaks in vroute addr and route caches.Tobias Heider
2021-09-01Add client side support for DNS configuration. Use RTM_PROPOSAL_STATICTobias Heider
2021-06-23Use print_host() to log destination, netmask and gateway. Add prettytobhe
2021-06-23Factor out vroute_addr().tobhe
2021-06-01Remember flow routes in addition to host routes and deletetobhe
2021-05-13Refactor iked process shutdown and cleanup. Remember configuredtobhe
2021-04-03Add size check for sockaddr mask.tobhe
2021-03-25Sync correct ROUNDUP() from net/route.ctobhe
2021-02-28Rename addr to gateway.tobhe
2021-02-27Set RTF_GATEWAY for host route based on RTM_GET response.tobhe
2021-02-26Set RTF_GATEWAY for flow routes, not for host route.tobhe
2021-02-26Fix and improve handling of address families in vroute_getcloneroute().tobhe
2021-02-21Don't explicitly send address family in IMSG_VROUTE_ADD. The receivingtobhe
2021-02-13Add dynamic address configuration for roadwarrior clients.tobhe