summaryrefslogtreecommitdiffstats
path: root/lib/vlan.h (unfollow)
Commit message (Expand)AuthorFilesLines
2019-09-26bgpd: aggregate-address A.B.C.D A.B.C.D summary-only was missreading configDonald Sharp1-2/+3
2019-09-26bgpd: Accept no aggregate-address <IP> route-map <RMAP> commandsDonatas Abraitis1-6/+12
2019-09-26zebra: if_is_loopback_or_vrf crash if if_lookup_by_index return NULLdturlupov1-4/+8
2019-09-26tests: Add bgp route-map test casesKuldeep Kashyap4-0/+5780
2019-09-26tests: Add API to shut/noshut router interfaceKuldeep Kashyap1-0/+40
2019-09-26tests: Adding verification APIs for bgp route-maps and community-listsKuldeep Kashyap1-1/+129
2019-09-26tests: Enhance support to create bgp community-list or large-community-listKuldeep Kashyap1-0/+89
2019-09-26tests: Enhance framework to create and delete route-mapKuldeep Kashyap1-36/+167
2019-09-26tests: Add route-map to initial config creation from JSONKuldeep Kashyap1-0/+2
2019-09-26tests: Adding API verify_bgp_attributes() to bgp.pyKuldeep Kashyap1-0/+144
2019-09-25bgpd: stop sending nexthop set by "route-map in" to eBGP peersDon Slice1-18/+29
2019-09-25zebra: handle config write for dataplane valuesMark Stapp3-0/+17
2019-09-25pimd: up->channel_oil cannot be NULLDonald Sharp1-55/+0
2019-09-25eigrpd: On creation of socket ensure vrf existsDonald Sharp1-1/+4
2019-09-25ospf6d: Prevent use after freeDonald Sharp3-26/+64
2019-09-25isisd: circuit is derefed in every code pathDonald Sharp1-2/+1
2019-09-25zebra: fix memory leakPhilippe Guibert1-1/+3
2019-09-24libs: add yang models for zebra and nexthopMark Stapp2-0/+1988
2019-09-24*: fix missing VRF autocompletionsIgor Ryzhov8-52/+60
2019-09-24bgpd: rmap_type is 8 bit but we have 9 bits of flagsDonald Sharp1-1/+1
2019-09-24pbrd: We should be looking for v4 and v6 nexthop typesDonald Sharp1-1/+1
2019-09-24bgpd : route agg. with aspath attribute is consuming lot of cycles.vdhingra3-24/+76
2019-09-24bgpd : route agg. with ecomm attribute is consuming lot of cycles.vdhingra3-26/+76
2019-09-24bgpd : route agg. with comm attr is consuming lot of cycles.vdhingra3-27/+81
2019-09-24bgpd : route agg. with lcomm attribute is consuming lot of cycles.vdhingra3-26/+84
2019-09-24pimd: Mark Default TOS Values for PIM & IGMP Outgoing packetsSatheesh Kumar K2-0/+7
2019-09-24bgpd: fix advertise-svi-ip upon vni-svi up-downChirag Shah1-4/+6
2019-09-23doc: Update bgp docs to have `show bgp update-group...` commandsDonald Sharp1-0/+17
2019-09-23bgpd: When displaying update group information include coalesce timeDonald Sharp2-2/+6
2019-09-23bgpd: Do not display 'X' as part of outgoing route-map nameDonald Sharp1-2/+1
2019-09-23isisd: fix crash during candidate validationRenato Westphal1-2/+2
2019-09-23vtysh: fix "no log facility" commandIgor Ryzhov1-2/+3
2019-09-23issue/5035: Remove warning for missing pytest during build phase and add libc...Ronny Trommer2-3/+4
2019-09-23issue/5035: Install pytest with pip to get the Alpine packages builtRonny Trommer1-0/+2
2019-09-23isisd, yang: implement interface countersRenato Westphal5-6/+342
2019-09-23vtysh: add the "show yang operational-data" commandRenato Westphal1-0/+26
2019-09-23tests: remove more topotest backward-compatibility cruftRenato Westphal10-213/+1
2019-09-23isisd, yang: implement read-only list of adjacenciesRenato Westphal2-14/+316
2019-09-23vtysh: add the "debug northbound" commandRenato Westphal1-0/+26
2019-09-23yang: create new interface-config grouping in the frr-isisd moduleRenato Westphal1-264/+270
2019-09-22topotest: bgp_l3vpn_to_bgp_vrf allow for different interface outputLou Berger1-5/+6
2019-09-20user: Update `ip protocol...` command documentationDonald Sharp1-9/+20
2019-09-20configure: Update versioningDonald Sharp1-1/+1
2019-09-20bgpd: Invalid NH's should send an apropriate reason codeDonald Sharp1-2/+8
2019-09-19zebra: Added vrfname to route prefix dictionaryKishore Aramalla1-4/+7
2019-09-19zebra: Send RTPROT_ZEBRA for netlink messages missing this dataDonald Sharp2-0/+16
2019-09-19include: update include/linuxDonald Sharp11-27/+189
2019-09-19lib: delete interface if you can in upper level protocolDonald Sharp3-2/+7
2019-09-19*: Convert zapi->interface_delete to ifp callbackDonald Sharp31-362/+105
2019-09-19*: Convert interface_down to interface down callbackDonald Sharp28-290/+106