summaryrefslogtreecommitdiffstats
path: root/zebra (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | zebra: define mpls label helpstrQuentin Young2017-05-313-94/+49
| * | | zebra: more informative error messages for mpls labelsQuentin Young2017-05-312-31/+74
| |/ /
* | | Merge pull request #652 from donaldsharp/miscapotamusRenato Westphal2017-06-031-2/+2
|\ \ \
| * | | zebra: Fix help string orderingDonald Sharp2017-06-021-2/+2
| |/ /
* / / zebra: Refactor 'struct rib' to be 'struct route_entry'Donald Sharp2017-06-0128-1074/+1059
|/ /
* | Merge pull request #630 from opensourcerouting/zebra-lbl-unicast-issuesDonald Sharp2017-05-302-46/+47
|\ \
| * | zebra: fix installation of ipv4 labeled unicast routesRenato Westphal2017-05-301-45/+46
| * | zebra: fix processing of labeled ipv6 routesRenato Westphal2017-05-301-1/+1
* | | Merge pull request #605 from dwalton76/show-ip-route-vrf-mainDavid Lamparter2017-05-301-1080/+223
|\ \ \
| * | | zebra: one "show ip route" to rule them allDaniel Walton2017-05-221-1080/+223
* | | | Merge pull request #576 from chiragshah6/pim_devDavid Lamparter2017-05-303-4/+6
|\ \ \ \ | |_|/ / |/| | |
| * | | pimd: pim bfd supportChirag Shah2017-05-183-4/+6
* | | | Merge pull request #615 from dslicenc/cm16531Renato Westphal2017-05-301-16/+27
|\ \ \ \
| * | | | zebra: add bgp unnumbered labeled-unicast to zservDon Slice2017-05-251-16/+27
* | | | | Merge pull request #625 from donaldsharp/show_zebraRenato Westphal2017-05-291-1/+1
|\ \ \ \ \
| * | | | | zebra: Fix 64 bit number printf issuesDonald Sharp2017-05-261-1/+1
| |/ / / /
* | | | | zebra: Remove string operations from non-debug pathDonald Sharp2017-05-261-14/+32
* | | | | zebra: Store commonly used values instead of regeneratingDonald Sharp2017-05-263-10/+20
|/ / / /
* | | | Merge pull request #581 from donaldsharp/zebraDavid Lamparter2017-05-225-3/+49
|\ \ \ \ | |_|/ / |/| | |
| * | | zebra: Add code to track kernel interactionsDonald Sharp2017-05-185-3/+49
* | | | zebra: build mpls sources the right wayRenato Westphal2017-05-203-209/+10
|/ / /
* | | zebra: fix label manager merge snafuDavid Lamparter2017-05-181-2/+2
* | | Merge branch 'stable/3.0'David Lamparter2017-05-183-43/+97
|\ \ \ | | |/ | |/|
| * | Merge pull request #512 from bingen/tmp_lm_relay_asyncDonald Sharp2017-05-183-43/+97
| |\ \
| | * | lm: Make relay label manager asyncßingen2017-05-113-43/+97
* | | | Merge branch 'stable/3.0'David Lamparter2017-05-183-36/+36
|\| | | | |_|/ |/| |
| * | Merge branch stable/2.0 into stable/3.0David Lamparter2017-05-183-36/+36
| |\ \ | | |/ | |/|
| | * Pre-revert nonmergeable changesDavid Lamparter2017-05-182-2/+4
| | * Merge branch 'frr/pull/557'David Lamparter2017-05-182-34/+30
| | |\
| | | * bgpd: 'redistribute' triggers both IPv4 and IPv6 code pathsDaniel Walton2017-05-171-32/+28
| | | * zebra: 'no ip route 4.1.1.19 255.255.255.255 99' is ambiguousDaniel Walton2017-05-171-2/+2
| | * | zebra: stop deregistering static nexthops unless removing the staticDon Slice2017-05-171-2/+0
| | * | zebrad: Correct problem removing dead routes from rib due to NHT issueDon Slice2017-05-171-1/+1
| | * | zebra: Move interfaces to default before deletingDon Slice2017-05-171-0/+4
| | |/
| | * Fix the "Uninitialized argument value" of clang SA.Hung-Weic Chiu2017-04-291-1/+1
| * | Address the error "Dead assignment" of static analysifHung-Weic Chiu2017-05-101-1/+0
* | | Merge pull request #537 from donaldsharp/vrf_stuffDavid Lamparter2017-05-172-5/+5
|\ \ \
| * | | *: Consolidate vrf_hooks into vrf_initDonald Sharp2017-05-161-5/+4
| * | | lib, zebra: Cleanup vrf api someDonald Sharp2017-05-161-0/+1
* | | | Merge pull request #561 from donaldsharp/static_config2Renato Westphal2017-05-171-97/+18
|\ \ \ \
| * | | | zebra: Consolidate static_config_ipv[4|6] into one function.Donald Sharp2017-05-171-97/+18
| |/ / /
* / / / *: make consistent & update GPLv2 file headersDavid Lamparter2017-05-1589-359/+269
|/ / /
* | | Merge pull request #518 from dwalton76/zebra-mpls-lsp-uninstallRenato Westphal2017-05-121-4/+5
|\ \ \
| * | | zebra: zebra_mpls_lsp_uninstall was not being calledDaniel Walton2017-05-121-4/+5
* | | | Merge pull request #495 from donaldsharp/mpls_fixesRenato Westphal2017-05-125-23/+56
|\ \ \ \
| * | | | zebra: do not crash if zebrad.lsp_process_q is NULLDaniel Walton2017-05-101-5/+15
| * | | | zebra: lsp_install() failed due to ZEBRA_FLAG_SELECTED checkDaniel Walton2017-05-104-17/+40
| * | | | zebra: ZEBRA_MIN_FEC_LENGTH should be 5Daniel Walton2017-05-101-1/+1
| |/ / /
* | | | zebra: Fix kernel netlink hex dump of informationDonald Sharp2017-05-112-2/+12
* | | | Merge pull request #502 from opensourcerouting/show-ip-fibDonald Sharp2017-05-111-27/+116
|\ \ \ \