summaryrefslogtreecommitdiffstats
path: root/ospf6d/ospf6_memory.h (unfollow)
Commit message (Expand)AuthorFilesLines
2018-05-04eigrpd: Consider only feasible successors as successorsPiotr Jurkiewicz1-11/+18
2018-05-04eigrpd: Use EIGRP_PACKET_MTU(mtu) macroPiotr Jurkiewicz8-10/+13
2018-05-04eigrpd: Correctly calculate EIGRP packet MTUPiotr Jurkiewicz7-17/+18
2018-05-03pbrd: Fix nearly impossible truncationDonald Sharp2-3/+15
2018-05-02zebra: Add a few more breadcrumbsDonald Sharp1-0/+7
2018-05-02configure: Update version to 5.1-devfrr-5.1-devMartin Winter1-1/+1
2018-05-02pimd: Fix some msdp crashes when some fundamentals changeDonald Sharp1-0/+11
2018-05-02redhat, tools: Increase startup time out a bitDonald Sharp2-2/+2
2018-05-02zebra: Fix crash on *BSDDonald Sharp1-1/+1
2018-05-02ospf6d: fix intra prefix ecmpChirag Shah3-226/+250
2018-05-01lib: allow hostname to begin with a letter or numberDon Slice1-1/+1
2018-05-01snapcraft: Add PBR daemon to snap packageMartin Winter4-1/+30
2018-05-01snapcraft: Add eigrp daemon to snap packageMartin Winter4-2/+30
2018-05-01snapcraft: Add babel daemon to snap packageMartin Winter4-1/+29
2018-05-01babeld: fix cli option to override config file (-f)Martin Winter1-3/+2
2018-05-01doc: add documentation on threading & process archQuentin Young3-0/+321
2018-05-01snapcraft: Fix missing runtime lib dependenciesMartin Winter1-0/+3
2018-04-30doc: Add some documentation for the sharp daemonDonald Sharp6-0/+114
2018-04-30pimd: Remove expensive lookup for if a device is a vrf deviceDonald Sharp2-9/+5
2018-04-30pimd: Cleanup pim_if_is_loopbackDonald Sharp3-10/+7
2018-04-30vtysh: add bgp_flowspec_vty to Makefile.amPhilippe Guibert1-0/+1
2018-04-30bgpd: handle bgp pbr hash list destroy upon BGP destroyPhilippe Guibert4-3/+93
2018-04-30bgpd: rewiew bgp pbr log messages with debug bgp pbrPhilippe Guibert1-17/+27
2018-04-30bgpd: add pbr error flag for pbr errorsPhilippe Guibert2-4/+7
2018-04-30bgpd: handle FS redirect VRF rule in PBRPhilippe Guibert1-4/+16
2018-04-30bgpd: get table identifier from table managerPhilippe Guibert3-5/+24
2018-04-30bgpd: handle FS redirect IP rule in PBRPhilippe Guibert3-2/+70
2018-04-30bgpd: allow flowspec entries to be announced to zebraPhilippe Guibert3-1/+11
2018-04-30bgpd: hash lookup for iprule entriesPhilippe Guibert3-4/+33
2018-04-30bgpd: hash lookup for ipset and ipset entriesPhilippe Guibert1-2/+86
2018-04-30bgpd: hash_lookup for iptablesPhilippe Guibert2-0/+35
2018-04-30bgpd: inject policy route entry from bgp into zebra pbr entries.Philippe Guibert1-2/+413
2018-04-30bgpd: handle configuration of iptables with zebraPhilippe Guibert4-0/+138
2018-04-30bgpd: add function handling flowspec entries to pass to zebraPhilippe Guibert3-1/+138
2018-04-30bgpd: utility routine to convert flowspec actions into pbr actionsPhilippe Guibert2-0/+54
2018-04-30bgpd: add convert function from flowspec to pbr matchPhilippe Guibert2-57/+280
2018-04-30bgpd: add bgp_pbr_route structurePhilippe Guibert2-2/+328
2018-04-30bgpd: add [no] debug bgp pbr vty commandPhilippe Guibert2-0/+56
2018-04-30bgpd: initialise hash lists for pbrPhilippe Guibert4-1/+170
2018-04-30bgpd: communication with zebra for ipset & iprule handlingPhilippe Guibert3-0/+288
2018-04-30bgpd: support for policy-routing context used with flowspecPhilippe Guibert3-2/+127
2018-04-30vtysh: fix failure to write config w/o watchfrrQuentin Young1-5/+10
2018-04-29lib: Convert internal sequence number to int64_tDonald Sharp2-21/+23
2018-04-29lib: convert plist data structures to using a boolDonald Sharp1-3/+3
2018-04-29lib: Convert true/false values to boolDonald Sharp2-9/+9
2018-04-28bgpd: when showing routes, add nexthop vrf and announce-self flagG. Paul Ziemba2-17/+163
2018-04-27*: Move sharpd from developmental build to have to explicity enable itDonald Sharp1-1/+3
2018-04-27*: Actually allow end users to not build pbrdDonald Sharp1-0/+2
2018-04-27tools: Cleanup code to handle sharp and pbr a bit betterDonald Sharp2-6/+10
2018-04-27zebra: Add PBR and SHARP handlingDonald Sharp2-1/+29