summaryrefslogtreecommitdiffstats
path: root/bgpd/bgp_vty.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Revert "MPLS allocation mode per next hop"Donatas Abraitis2023-05-031-67/+0
* Merge pull request #12646 from pguibert6WIND/mpls_alloc_per_nhDonatas Abraitis2023-05-021-0/+67
|\
| * bgpd: add vty command to select label allocation per nexthopPhilippe Guibert2023-03-221-0/+67
* | bgpd: implement "no sid vpn export auto" per AF in vtyshDmytro Shytyi2023-04-281-4/+19
* | bgpd: configure explicit-null for local paths per address familyPhilippe Guibert2023-04-271-5/+24
* | bgpd: add cli command to control explicit-null label usagePhilippe Guibert2023-04-111-0/+21
* | bgpd: Do not allow a `no router bgp XXX` when autoimport is happeningDonald Sharp2023-04-101-19/+37
* | bgpd: Trim long neighbor description with no whitespacerbarroetavena2023-03-301-6/+3
* | *: Convert event.h to frrevent.hDonald Sharp2023-03-241-1/+1
* | *: Convert THREAD_XXX macros to EVENT_XXX macrosDonald Sharp2023-03-241-4/+4
* | *: Convert a bunch of thread_XX to event_XXDonald Sharp2023-03-241-4/+4
* | *: Convert thread_timer_remain_XXX to event_timer_remain_XXXDonald Sharp2023-03-241-27/+27
* | *: Convert thread_execute to event_executeDonald Sharp2023-03-241-2/+2
* | *: Convert thread_add_XXX functions to event_add_XXXDonald Sharp2023-03-241-4/+4
* | *: Rename `struct thread` to `struct event`Donald Sharp2023-03-241-2/+2
* | *: Rename thread.[ch] to event.[ch]Donald Sharp2023-03-241-1/+1
|/
* bgpd: Simplify the code for show commandanlan_cs2023-03-081-25/+10
* bgpd: Free temporary memory after using argv_concat()Donatas Abraitis2023-02-271-4/+12
* bgpd: Convert missing uint32_t to uint64_t for for af_flags/flagsDonatas Abraitis2023-02-231-3/+3
* bgpd: Convert peer_af_flag_check() to boolDonatas Abraitis2023-02-231-1/+1
* Merge pull request #12248 from pguibert6WIND/bgpasdotRuss White2023-02-211-138/+257
|\
| * bgpd: store the route-distinguisher from config as a stringPhilippe Guibert2023-02-101-6/+8
| * bgpd: support for as notation format for route distinguisherPhilippe Guibert2023-02-101-1/+3
| * bgpd: the neighbor as are displayed with as-notation modePhilippe Guibert2023-02-101-32/+50
| * bgpd: store the confederation as identifier as a stringPhilippe Guibert2023-02-101-5/+6
| * bgpd: store the neighbor as identifier as a stringPhilippe Guibert2023-02-101-16/+18
| * bgpd: modify bgp as number outputPhilippe Guibert2023-02-101-3/+4
| * bgpd: add as-notation keyword to 'router bgp' vty commandPhilippe Guibert2023-02-101-21/+68
| * lib, bgp: add initial support for asdot formatPhilippe Guibert2023-02-101-46/+90
| * bgpd: store the bgp as identifier in the configured as-notationPhilippe Guibert2023-02-101-16/+18
* | Merge pull request #12780 from opensourcerouting/spdx-license-idDonald Sharp2023-02-171-16/+1
|\ \
| * | *: auto-convert to SPDX License IDsDavid Lamparter2023-02-091-16/+1
| |/
* | bgpd: Add BGP Software Version CapabilityDonatas Abraitis2023-02-151-3/+80
* | Merge pull request #12728 from opensourcerouting/feature/bgp_neighbor_path-at...Russ White2023-02-141-0/+69
|\ \ | |/ |/|
| * bgpd: Add `neighbor path-attribute treat-as-withdraw` commandDonatas Abraitis2023-02-011-0/+69
* | bgpd: Add missing enum's to case statementDonald Sharp2023-01-311-7/+28
|/
* bgpd: fix silly format string SNAFUDavid Lamparter2023-01-271-2/+2
* bgpd: Add missing `no` form for `neighbor path-attribute discard` cmdDonatas Abraitis2023-01-221-1/+29
* Merge pull request #12666 from donaldsharp/bgp_outq_limitDonatas Abraitis2023-01-201-6/+33
|\
| * bgpd: Input Queue does not belong under `router bgp`Donald Sharp2023-01-191-4/+0
| * bgpd: Limit peer output queue length like input queue lengthDonald Sharp2023-01-191-2/+33
* | Revert "bgpd: optimal router reflection cli and fsm changes"Donatas Abraitis2023-01-171-82/+0
* | Revert "bgpd, ospfd: BGP ORR CI warning fixes"Donatas Abraitis2023-01-171-1/+1
* | Revert "bgpd: fix for crash when no neighbor A.B.C.D remote-as AS_NUM with or...Donatas Abraitis2023-01-171-1/+1
* | Revert "bgpd: code review comments addressed"Donatas Abraitis2023-01-171-2/+2
* | bgpd: Add `neighbor path-attribute discard` commandDonatas Abraitis2023-01-141-0/+38
|/
* Merge pull request #12626 from opensourcerouting/fix/bgpd_neighbor_password_u...Donald Sharp2023-01-131-0/+5
|\
| * bgpd: Warn an operator, that the peer MUST be created before configuring restDonatas Abraitis2023-01-111-0/+5
* | bgpd: show bgp vrfs per vrf level json supportSindhu Parvathi Gopinathan2023-01-121-57/+136
|/
* bgpd: If we don't find what we are looking for cleanup the json structureDonald Sharp2022-12-151-8/+12