summaryrefslogtreecommitdiffstats
path: root/snapcraft/README.snap_build.md (unfollow)
Commit message (Expand)AuthorFilesLines
2017-08-29configure: Add `-funwind-tables`Donald Sharp1-0/+1
2017-08-28vtysh: Fix for the ordering of large-community lists in config outputNigel Kukard1-1/+4
2017-08-28ospf6d, ospfd: add `no ospf6 router-id ...`Quentin Young2-8/+54
2017-08-28lib: document frrzmq in its header fileDavid Lamparter1-1/+39
2017-08-28tests: fix & run ZeroMQ testDavid Lamparter4-2/+64
2017-08-28tests: add ZeroMQ testDavid Lamparter3-0/+221
2017-08-28lib: ZeroMQ read handler, v2David Lamparter4-0/+273
2017-08-26eigrpd: add correct interface metrics when interface comes upDon Slice1-0/+1
2017-08-26isisd: bpf: ETHER_HDR_LEN -> ETH_ALENDavid Lamparter1-16/+16
2017-08-26zebra: remove RT_ROUNDUP warningDavid Lamparter1-6/+3
2017-08-26lib: prefix: fix char value sizeDavid Lamparter1-1/+1
2017-08-26bgpd: encap: fix extension sizingDavid Lamparter1-1/+1
2017-08-26*: fix compiler warningsDavid Lamparter8-51/+67
2017-08-26Handle hostname/domainname properly for FreeBSDMitesh Kanjariya2-18/+6
2017-08-26Fix compilation errors for domainnameMitesh Kanjariya1-0/+2
2017-08-26lib: Fix make check failuresMitesh Kanjariya1-0/+12
2017-08-25lib: remove static variable from cli matcherQuentin Young1-8/+5
2017-08-25lib: fix rare bug in ambiguous command resolutionQuentin Young1-58/+72
2017-08-25clippy: disable unneeded autogenerated codeDavid Lamparter1-1/+23
2017-08-25provide/use API to get hostname/domainnameMitesh Kanjariya1-1/+1
2017-08-25lib/bgpd: provide/use API to get hostname/domainnameMitesh Kanjariya13-80/+59
2017-08-24pimd: Cleanup S,GRPt prune handling on Mroute LossDonald Sharp4-68/+71
2017-08-24pimd: Cleanup a debug for vrfDonald Sharp1-2/+3
2017-08-24lib: Fix nexthop numDonald Sharp2-3/+3
2017-08-24eigrpd: Fix distance comparisonDonald Sharp1-2/+9
2017-08-24eigrpd: Fix compiler warning introducedDonald Sharp1-3/+3
2017-08-24eigrpd: Remove 'struct prefix_ipv4' from eigrp_network.cDonald Sharp1-2/+2
2017-08-24eigrpd: Remove 'struct prefix_ipv4' from eigrp_interface.cDonald Sharp1-6/+6
2017-08-24eigrpd: Refactor eigrp_network_[un]set to use prefixDonald Sharp3-10/+10
2017-08-24eigrpd: Refactor eigrp_topoloy_table_lookup_ipv4Donald Sharp8-41/+34
2017-08-24eigrpd: Refactor to use 'struct prefix' for eigrp_zebra.hDonald Sharp3-24/+16
2017-08-24eigrpd: Convert pe->destination_ipv4 to pe->destinationDonald Sharp7-107/+78
2017-08-24eigrpd: Use FSM for interface pe already known.Donald Sharp1-16/+33
2017-08-24eigrpd: No need to create TLV typeDonald Sharp4-57/+29
2017-08-24eigrpd: Remove union from FSM msgDonald Sharp7-44/+36
2017-08-24eigrpd: Improve external route distance comparisonDonald Sharp1-3/+7
2017-08-24eigrpd: make fsm msg data_type an enumDonald Sharp7-30/+48
2017-08-24eigrpd: Refactor FSM callingDonald Sharp8-20/+12
2017-08-24eigrpd: Fix memory leak in FSMDonald Sharp6-102/+80
2017-08-24eigrpd: Cleanup list accessorsDonald Sharp1-54/+38
2017-08-24eigrpd: Remove unnecessary checkDonald Sharp1-3/+1
2017-08-24eigrpd: Start split-horizonDonald Sharp3-2/+16
2017-08-24zebra: Fix compiler warningsDonald Sharp1-3/+3
2017-08-24lib: mark the old zebra API for route advertisement as deprecatedRenato Westphal1-3/+4
2017-08-24ospf6d: fix regression detected by topotestRenato Westphal1-6/+8
2017-08-24*: use zapi_route to send/receive redistributed routes as wellRenato Westphal20-1252/+372
2017-08-24bgpd: unify ipv4/ipv6 zebra-tx functionsRenato Westphal2-322/+120
2017-08-24nhrpd: unify ipv4/ipv6 zebra-tx functionsRenato Westphal1-61/+34
2017-08-24isisd: unify ipv4/ipv6 zebra-tx functionsRenato Westphal1-90/+39
2017-08-24bgpd: use the new API to send routes to zebraRenato Westphal2-190/+114