summaryrefslogtreecommitdiffstats
path: root/zebra (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * lib, zebra: add ip_proto to the filter data structureDonald Sharp2021-07-081-4/+5
| * zebra: Add ability for dataplane code to understand rule ip protocolsDonald Sharp2021-07-083-2/+22
| * zebra: Add ability to encode/decode netlink FRA_IP_PROTO for rule changesDonald Sharp2021-07-081-12/+20
| * zebra: Add nl_attr_put8 so we can put uint8_t in netlink messagesDonald Sharp2021-07-082-0/+8
* | Merge pull request #9107 from donaldsharp/label_destructionDavid Lamparter2021-07-275-0/+45
|\ \
| * | zebra: On client shutdown cleanup any vrf labels associated with itDonald Sharp2021-07-215-0/+45
* | | Merge pull request #9088 from donaldsharp/zebra_redistribute_wrong_tablesDavid Lamparter2021-07-271-0/+6
|\ \ \
| * | | zebra: Do not allow redistribution for non-vrf tablesDonald Sharp2021-07-201-0/+6
* | | | zebra: Remove MM seq from evpn rmac json outputTrey Aspelund2021-07-221-2/+0
* | | | Merge pull request #9091 from gord1306/remove_lst_vlanDonald Sharp2021-07-221-14/+18
|\ \ \ \
| * | | | zebra: trigger remove all access vlans for access portgord_chen2021-07-201-14/+18
* | | | | build: fix `AM_LDFLAGS` usage (and gcov)David Lamparter2021-07-211-6/+6
| |_|/ / |/| | |
* | | | zebra: Mark some bsd interface prefixes as SECONDARYDonald Sharp2021-07-201-3/+9
|/ / /
* | | zebra: replace ipaddr2str in dplane moduleMark Stapp2021-07-191-7/+3
* | | zebra: process EVPN remote VTEP updates from the workqueueMark Stapp2021-07-195-111/+227
* | | zebra: use workqueue for vxlan remote macip updatesMark Stapp2021-07-195-19/+102
* | | zebra: use more constMark Stapp2021-07-1913-103/+119
* | | zebra: add workqueue support for EVPN updatesMark Stapp2021-07-195-65/+265
* | | zebra: give some evpn apis better namesMark Stapp2021-07-197-28/+31
|/ /
* | Merge pull request #9063 from sworleys/Fix-IFP-NHGMark Stapp2021-07-161-2/+7
|\ \
| * | zebra: fix ifp pointer for groups/recursivesStephen Worley2021-07-151-2/+7
| |/
* / zebra: When passing lookup information back pass the fully resolvedDonald Sharp2021-07-153-10/+10
|/
* zebra: Show prefixLen in `show ip route json` output additionallyDonatas Abraitis2021-07-031-0/+1
* zebra: Do not escape forward slashes for `show ip route json`Donatas Abraitis2021-07-031-4/+9
* *: Replace 4/16 integers to IPV4_MAX_BYTELEN/IPV6_MAX_BYTELENDonatas Abraitis2021-07-011-1/+2
* *: Convert numeric 32 into IPV4_MAX_BITLEN for prefixlenDonatas Abraitis2021-07-014-9/+10
* *: Convert numeric 128 into IPV6_MAX_BITLEN for prefixlenDonatas Abraitis2021-07-012-10/+12
* *: Replace IPV4_MAX_PREFIXLEN to IPV4_MAX_BITLENDonatas Abraitis2021-07-017-13/+11
* *: Replace IPV6_MAX_PREFIXLEN to IPV6_MAX_BITLENDonatas Abraitis2021-07-018-11/+11
* Merge pull request #8780 from idryzhov/fix-zebra-coverityRenato Westphal2021-06-301-6/+6
|\
| * *: unify prefix copyingIgor Ryzhov2021-06-291-6/+6
* | Merge pull request #8744 from sworleys/RTADV-Fix-UpstreamPhilippe Guibert2021-06-297-76/+362
|\ \ | |/ |/|
| * zebra: print adv_if count with %zuStephen Worley2021-06-081-6/+6
| * zebra: add show command for RA interface listsStephen Worley2021-06-081-1/+73
| * zebra: rework RA handling for vrf-liteStephen Worley2021-06-087-76/+290
* | Merge pull request #8731 from mjstapp/fix_pw_backupsStephen Worley2021-06-248-40/+234
|\ \
| * | zebra: update pw dataplane infoMark Stapp2021-06-112-25/+114
| * | zebra: revise pw reachability logicMark Stapp2021-06-111-13/+111
| * | zebra: add boolean to control pw reachability checkingMark Stapp2021-06-113-0/+6
| * | zebra: use const in rib_matchMark Stapp2021-06-112-2/+3
| |/
* | Merge pull request #6695 from adharkar/frr-master-gateway_ipPatrick Ruddy2021-06-235-10/+86
|\ \
| * | Zebra: FPM support for gateway IP overlay IndexAmeya Dharkar2021-06-083-6/+49
| * | bgpd, zebra: Add svi_interface to zebra VNI and bgp EVPN structuresAmeya Dharkar2021-06-083-4/+37
| |/
* | zebra: We already store the last command as part of zserv_writeDonald Sharp2021-06-182-2/+0
* | zebra: Move individual lines to table in `show zebra client` commandDonald Sharp2021-06-111-14/+12
* | zebra: Add message counts for `show zebra client`Donald Sharp2021-06-111-0/+5
* | Merge pull request #8807 from mjstapp/fix_srv6_deleteDonald Sharp2021-06-092-4/+6
|\ \
| * | zebra: srv6 cleanupMark Stapp2021-06-071-2/+4
| * | zebra: small srv6 text cleanupMark Stapp2021-06-071-2/+2
| |/
* | zebra: Give extra space and stop processing if we run out of spaceDonald Sharp2021-06-091-5/+24