summaryrefslogtreecommitdiffstats
path: root/bgpd/bgp_rd.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* bgpd: Convert inet_ntoa to %pI4/inet_ntopDonatas Abraitis2020-10-181-3/+4
* *: remove PRI[udx](8|16|32)David Lamparter2020-07-141-3/+3
* *: sprintf -> snprintfQuentin Young2020-04-211-1/+1
* bgpd: #if ENABLE_BGP_VNC -> #ifdef ENABLE_BGP_VNCQuentin Young2020-04-011-4/+4
* lib, bgpd: Another round of `struct const prefix` cleanupDonald Sharp2020-03-261-3/+3
* bgpd: Rework code to use `const struct prefix`Donald Sharp2020-03-241-1/+1
* bgpd, lib: More `const`ification of various codeDonald Sharp2020-03-231-3/+3
* bgpd: fix large route-distinguisher's formatHiroki Shirokura2020-01-061-3/+4
* *: remove null check before XFREEQuentin Young2019-02-261-2/+1
* bgpd, lib, ospfd, zebra: all_digit moved to frrstrpaco2018-06-191-0/+1
* bgpd: Ignore return code for str2prefixDonald Sharp2018-05-301-1/+1
* bgpd: Auto RD definitions and encodingvivek2018-04-251-0/+12
* *: use C99 standard fixed-width integer typesQuentin Young2018-03-271-19/+19
* bgpd: Modify prefix_rd2str to return "Unknown" when unknownDonald Sharp2017-12-111-3/+4
* *: fix be32 reading / 24-bit left shiftDavid Lamparter2017-09-091-10/+2
* bgpd: Convert to using ETH_ALENDonald Sharp2017-08-041-1/+1
* *: reindentreindent-master-afterwhitespace / reindent2017-07-171-155/+132
* bgpd: Separate out RD handling functionsvivek2017-07-121-0/+232