summaryrefslogtreecommitdiffstats
path: root/NEWS (unfollow)
Commit message (Expand)AuthorFilesLines
2017-05-30vtysh: Add back some missing bgp commandsDonald Sharp1-0/+1
2017-05-26vtysh: fix a compile error when user/group are disabledJafar Al-Gharaibeh1-1/+4
2017-05-23bgpd: remove encap safi vty related files bgp_encap.h|cLou Berger7-92/+2
2017-05-23bgpd: remove encap_safi rx processingLou Berger3-155/+0
2017-05-23bgpd: remove encap safi show commandsLou Berger5-555/+7
2017-05-23bgpd rfapi: remove ability to configure use of encap-safi (continue to use en...Lou Berger1-2/+1
2017-05-23bgpd: remove support for ipv4|6 encap safi configLou Berger2-223/+2
2017-05-23vtysh: remove BGP_ENCAP(V6)_NODELou Berger1-56/+0
2017-05-23lib: remove BGP_ENCAP(V6)_NODELou Berger3-10/+0
2017-05-22lib: fix array sizes for capability mapQuentin Young1-2/+2
2017-05-22ospf6d: fix use-after-freeQuentin Young1-1/+2
2017-05-20bgpd: fix sending of invalid nexthops on the wireRenato Westphal2-12/+47
2017-05-20bgpd: fix display of encap routes in the running configurationRenato Westphal1-3/+5
2017-05-20bgpd: add network commands for encapv6Renato Westphal1-0/+38
2017-05-20bgpd: remove unused str2tag() functionRenato Westphal2-26/+0
2017-05-19nhrpd: install access-list commandsQuentin Young1-0/+3
2017-05-19ospfd: remember format for ospf area idQuentin Young7-101/+98
2017-05-19bgpd: set NH len for ipv4 vpn|encap staticsLou Berger1-1/+1
2017-05-19pimd: Fix crash from cli missinterpertationDonald Sharp1-1/+1
2017-05-18bgpd: fix ipv4|6 vpn|encap with route-map show configLou Berger1-0/+7
2017-05-18bgp: don't put empty encap or vnc attributes on the wireLou Berger1-1/+4
2017-05-18bgpd: repalce direct calls to system memory functionsLou Berger1-2/+2
2017-05-18bgpd: cleanup vpn label config, set BoS, use 'label' in place of 'tag'Lou Berger3-50/+52
2017-05-18pimd: Fix to Tx S,G Join when SGRpt->Join stateChirag Shah5-34/+48
2017-05-18pimd: Fix indentation issue that is causing clang unhappinessDonald Sharp1-1/+1
2017-05-18Revert "bgpd: resolve ipv6 ecmp issue with vrfs and ll nexthop"David Lamparter1-2/+1
2017-05-18Pre-revert nonmergeable changesDavid Lamparter10-108/+42
2017-05-18ospf6d: fix decimal area ID cliQuentin Young1-18/+3
2017-05-18ospf6d: fix decimal area ID cliQuentin Young1-18/+3
2017-05-17bgpd: fix config of v6 vpn networks tagsLou Berger5-26/+14
2017-05-17vtysh: fix ldpd vtyshQuentin Young1-1/+5
2017-05-17lib: correctly handle EOF when using poll()Quentin Young1-3/+2
2017-05-17bgpd: Fix vrf crashDonald Sharp1-1/+1
2017-05-17ospf6d: Fix debug line always showing up in ospf6dDonald Sharp1-2/+1
2017-05-17bgpd: More Extended nexthop fixingDonald Sharp1-1/+1
2017-05-17bgpd: Fix ADJCHANGE message to include more infoDonald Sharp1-4/+15
2017-05-17bgpd: Fix occassional turn off of extended-nexthop for an ifDonald Sharp1-7/+7
2017-05-17Change Frr.conf to frr.confDaniel Walton2-1/+1
2017-05-17zebra: stop deregistering static nexthops unless removing the staticDon Slice1-2/+0
2017-05-17zebrad: Correct problem removing dead routes from rib due to NHT issueDon Slice1-1/+1
2017-05-17zebra: Move interfaces to default before deletingDon Slice1-0/+4
2017-05-17pimd: Fix input value to boolChirag Shah1-4/+4
2017-05-17pimd: fix pim reg processing return 1 upon successChirag Shah1-2/+2
2017-05-17pimd: fix ip pim hello option does not take in effectChirag Shah1-4/+9
2017-05-17tools: Allow frr-reload.py to know about agentxDaniel Walton1-0/+1
2017-05-17tools: frr-reload.py VtyshMarkException needs to include "vtysh -m"Daniel Walton1-4/+9
2017-05-17frr-reload.py fails on "no debug ospf6 message unknown"Daniel Walton1-0/+1
2017-05-17tools: frr-reload removes "ipv6 nd ra-interval" and "no ipv6 nd supp"Daniel Walton1-1/+14
2017-05-17tools: reload handle removal of entire address-family section under BGPDaniel Walton1-0/+8
2017-05-17tools: frr-reload.py should exit non-zero when "set src x.x.x.x" failsDaniel Walton2-6/+30