summaryrefslogtreecommitdiffstats
path: root/lib/ipaddr.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* vrrpd: use ipaddr_is_zero when neededIgor Ryzhov2022-01-271-9/+0
* bgpd: replace custom union gw_addr with struct ipaddrIgor Ryzhov2022-01-191-0/+13
* lib, zebra: Add SR-TE policy infrastructure to zebraSebastien Merle2020-08-071-0/+14
* lib: add generic struct ipaddr comparison functionSebastien Merle2020-08-071-0/+25
* lib,zebra,bgpd: Fix for nexthop as IPv4 mapped IPv6 addressKaushik2020-08-041-0/+7
* lib: add %pIA for struct ipaddr *David Lamparter2020-07-141-0/+4
* lib/ipaddr: match constants to AF_*David Lamparter2020-07-141-9/+5
* zebra,lib: use const in more apisMark Stapp2020-03-271-1/+1
* lib: fix ipaddr_issetQuentin Young2020-02-261-1/+4
* lib: add ipaddr_isset()Quentin Young2019-12-091-0/+6
* lib: use const in ipaddr2strMark Stapp2019-07-171-1/+1
* vrrpd, lib: style fixesQuentin Young2019-05-171-1/+1
* lib: add sizing macro to ipaddr.hQuentin Young2019-05-171-0/+3
* lib: add extern "C" {} blocks to all libfrr headersRenato Westphal2019-02-121-0/+8
* zebra: remote RMAC for EVPN ipv6 hosts should be programmed against the ipv4 ...Mitesh Kanjariya2018-05-091-0/+10
* *: use C99 standard fixed-width integer typesQuentin Young2018-03-271-2/+2
* Merge branch 'master' of https://github.com/frrouting/frr into evpn-ipv6-tena...vivek2018-03-061-0/+6
|\
* | lib, zebra: Fix warningsvivek2018-03-011-0/+1
* | *: EVPN symmetric routing for IPv6 tenant routesvivek2018-02-281-0/+10
|/
* *: reindentreindent-master-afterwhitespace / reindent2017-07-171-42/+36
* lib: Remove typedef from ipaddrDonald Sharp2017-07-101-5/+5
* lib: Define generic IP address structurevivek2017-05-251-0/+94