summaryrefslogtreecommitdiffstats
path: root/doc (unfollow)
Commit message (Expand)AuthorFilesLines
2017-08-27zebra: add '[no] ip address A.B.C.D peer A.B.C.D/M'David Lamparter1-12/+81
2017-08-27zebra: netlink backend support setting a P-t-P addressDavid Lamparter1-3/+9
2017-08-27zebra: fix interface deletion bug introduced by ptp address supportDavid Lamparter1-5/+7
2017-08-27zebra: add connected_check_ptp infrastructureDavid Lamparter3-9/+59
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-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-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
2017-08-24lib: split off compiler magic into its own fileDavid Lamparter6-67/+89
2017-08-24build: fix libtool stupidity wrt. parallel installDavid Lamparter1-0/+8
2017-08-24lib: prefix: try harder to not hash garbageDavid Lamparter1-1/+2
2017-08-24bgpd: fix stats counting for IPv6David Lamparter1-27/+24
2017-08-24python/clippy: make output file writing less weirdDavid Lamparter3-6/+14
2017-08-24lib: better warnings for install_elementDavid Lamparter2-15/+20
2017-08-24ospf6d: properly update prefix list referencesDavid Lamparter6-53/+75
2017-08-24lib: fix cosmetic issue with exit raceDavid Lamparter1-1/+4