aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/ip/ip_types.c
AgeCommit message (Expand)AuthorFilesLines
2022-11-09ip: fix unformat_ip_address forcing version to IP4 for some IP6 addressesAndrew Yourtchenko1-9/+10
2022-06-01ip: unformat_ip_address should no modify its argument on failureBenoƮt Ganne1-8/+9
2021-11-18ip: comparing IP prefixes should not modify themNeale Ranns1-6/+14
2021-01-21ip: Use correct enum type in ip_address_setNeale Ranns1-4/+3
2020-11-20ip-neighbor: Use ip_address_t rather than ip46_address_tNeale Ranns1-0/+13
2020-10-02ip: Fix unformat_ip_prefixNathan Skrzypczak1-1/+4
2020-08-31cnat: Destination based NATNeale Ranns1-0/+35
2020-06-01ip: fix IPv6 mask to prefix length conversionAndreas Schultz1-10/+5
2020-03-17ip: ip_address_t uses ip46_address_tNeale Ranns1-29/+241
2020-03-03ip: fix coverity warningDave Barach1-9/+5
2020-02-21ipsec: IPSec protection for multi-point tunnel interfacesNeale Ranns1-6/+43
2019-11-12ip: IP address and prefix types (moved from LISP)Neale Ranns1-0/+287