summaryrefslogtreecommitdiffstats
path: root/zebra (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #2337 from pguibert6WIND/netns_aliasRenato Westphal2018-08-283-2/+70
|\
| * zebra: add an option to zebra command to change default vrf namePhilippe Guibert2018-08-281-1/+6
| * zebra: detect if a netns is the default netnsPhilippe Guibert2018-08-281-0/+50
| * *: add a vrf update hook to be informed of the vrf namePhilippe Guibert2018-08-281-1/+14
* | zebra: Fix crash in mroute debugDonald Sharp2018-08-281-5/+7
|/
* Merge pull request #2920 from donaldsharp/bsd_warningsDavid Lamparter2018-08-262-0/+5
|\
| * zebra: No prototype and uninited variablesDonald Sharp2018-08-262-0/+5
* | Merge pull request #2897 from donaldsharp/zebra_rnh_fixupRenato Westphal2018-08-263-8/+26
|\ \
| * | zebra: When registering a nexthop, we do not always need to re-evalDonald Sharp2018-08-253-8/+26
* | | zebra: Add support for static encap mpls labelsStephen Worley2018-08-253-5/+73
| |/ |/|
* | build: drop unused SMUX client OID MIBsDavid Lamparter2018-08-253-136/+0
|/
* doc, lib, zebra: Remove deprecated encode and decode functionalityDonald Sharp2018-08-241-612/+0
* zebra: Remove unmaintained and uncompilable codeDonald Sharp2018-08-242-213/+0
* zebra: if multiple connecteds, select loopback or vrf if presentDon Slice2018-08-231-3/+23
* zebra: mark router flag for remote neigh updateChirag Shah2018-08-231-1/+7
* zebra: check router_flag change for neigh updateChirag Shah2018-08-231-20/+39
* zebra: mark router flag for neigh updateChirag Shah2018-08-221-5/+8
* Merge pull request #2818 from kssoman/rmap_fixDonald Sharp2018-08-225-22/+139
|\
| * zebra : routemap "match ipv6 address prefix list" does not workkssoman2018-08-171-7/+34
| * zebra : Zebra does not properly track which route-maps are changed (#2493)kssoman2018-08-175-15/+105
* | Merge pull request #2856 from opensourcerouting/bfd-workDonald Sharp2018-08-171-0/+2
|\ \
| * | bfdd: fix zebra_ptm adapter memory leakRafael Zalamena2018-08-161-0/+2
* | | zebra: When using BFD ensure that zebra thinks ptm is disabledDonald Sharp2018-08-161-1/+1
* | | Merge pull request #2846 from donaldsharp/backet_dataRuss White2018-08-162-47/+2
|\ \ \
| * | | zebra: Trust backet->dataDonald Sharp2018-08-152-47/+2
* | | | Merge pull request #2448 from qlyoung/error-reference-cardsDavid Lamparter2018-08-1638-695/+1067
|\ \ \ \ | |/ / / |/| | |
| * | | *: frr_elevate_privs whitespace fixesDavid Lamparter2018-08-142-3/+6
| * | | zebra: fix warnings from frr_elevate_privs()David Lamparter2018-08-142-3/+3
| * | | *: use frr_elevate_privs() (2/2: manual)David Lamparter2018-08-145-90/+55
| * | | *: use frr_elevate_privs() (1/2: coccinelle)David Lamparter2018-08-1414-321/+190
| * | | *: rename ferr_zlog -> flog_err_sysQuentin Young2018-08-148-69/+71
| * | | *: rename ferr_ref -> log_refQuentin Young2018-08-142-3/+3
| * | | *: rename zlog_fer -> flog_errQuentin Young2018-08-1431-204/+204
| * | | zebra: add missing includeQuentin Young2018-08-141-0/+1
| * | | zebra: Cleanup compile issues discovered by ciDonald Sharp2018-08-142-0/+2
| * | | *: stop double initialization of ferrQuentin Young2018-08-143-3/+7
| * | | *: fix source file headers & includes for errcodesQuentin Young2018-08-142-3/+3
| * | | zebra, lib: error references for zebraQuentin Young2018-08-1430-333/+818
| * | | lib, zebra: Add LIB_ERR_INTERFACEDonald Sharp2018-08-143-15/+21
| * | | bgpd, lib, zebra: Convert LIB_ERR_PRIVILEGESDonald Sharp2018-08-1414-87/+122
| |/ /
* / / lib, ripngd, zebra: Remove pre-solaris 9 special cased codeDonald Sharp2018-08-151-2/+2
|/ /
* | Merge branch 'master' into bfd-finalDonald Sharp2018-08-147-31/+36
|\|
| * Merge pull request #2833 from opensourcerouting/assorted-fixesDonald Sharp2018-08-141-10/+35
| |\
| | * zebra: fix "no pseudowire IFNAME" on vtyshRenato Westphal2018-08-131-10/+35
| * | zebra: remove unguarded debugging leftoversRenato Westphal2018-08-131-2/+0
| |/
| * *: ALLOC calls cannot failDonald Sharp2018-08-116-19/+1
* | bfdd: clean-up bfd clients data on shutdownRafael Zalamena2018-08-081-4/+18
* | bfdd: send replay request on zebra connectionRafael Zalamena2018-08-081-7/+26
* | bfdd: re-route PTM-BFD daemon messagesRafael Zalamena2018-08-083-0/+411
|/
* Merge pull request #2799 from adharkar/frr-zebra_cliDavid Lamparter2018-08-081-7/+41
|\