index
:
frr
master
frr
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
bgpd
/
bgp_vty.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "MPLS allocation mode per next hop"
Donatas Abraitis
2023-05-03
1
-67
/
+0
*
Merge pull request #12646 from pguibert6WIND/mpls_alloc_per_nh
Donatas Abraitis
2023-05-02
1
-0
/
+67
|
\
|
*
bgpd: add vty command to select label allocation per nexthop
Philippe Guibert
2023-03-22
1
-0
/
+67
*
|
bgpd: implement "no sid vpn export auto" per AF in vtysh
Dmytro Shytyi
2023-04-28
1
-4
/
+19
*
|
bgpd: configure explicit-null for local paths per address family
Philippe Guibert
2023-04-27
1
-5
/
+24
*
|
bgpd: add cli command to control explicit-null label usage
Philippe Guibert
2023-04-11
1
-0
/
+21
*
|
bgpd: Do not allow a `no router bgp XXX` when autoimport is happening
Donald Sharp
2023-04-10
1
-19
/
+37
*
|
bgpd: Trim long neighbor description with no whitespace
rbarroetavena
2023-03-30
1
-6
/
+3
*
|
*: Convert event.h to frrevent.h
Donald Sharp
2023-03-24
1
-1
/
+1
*
|
*: Convert THREAD_XXX macros to EVENT_XXX macros
Donald Sharp
2023-03-24
1
-4
/
+4
*
|
*: Convert a bunch of thread_XX to event_XX
Donald Sharp
2023-03-24
1
-4
/
+4
*
|
*: Convert thread_timer_remain_XXX to event_timer_remain_XXX
Donald Sharp
2023-03-24
1
-27
/
+27
*
|
*: Convert thread_execute to event_execute
Donald Sharp
2023-03-24
1
-2
/
+2
*
|
*: Convert thread_add_XXX functions to event_add_XXX
Donald Sharp
2023-03-24
1
-4
/
+4
*
|
*: Rename `struct thread` to `struct event`
Donald Sharp
2023-03-24
1
-2
/
+2
*
|
*: Rename thread.[ch] to event.[ch]
Donald Sharp
2023-03-24
1
-1
/
+1
|
/
*
bgpd: Simplify the code for show command
anlan_cs
2023-03-08
1
-25
/
+10
*
bgpd: Free temporary memory after using argv_concat()
Donatas Abraitis
2023-02-27
1
-4
/
+12
*
bgpd: Convert missing uint32_t to uint64_t for for af_flags/flags
Donatas Abraitis
2023-02-23
1
-3
/
+3
*
bgpd: Convert peer_af_flag_check() to bool
Donatas Abraitis
2023-02-23
1
-1
/
+1
*
Merge pull request #12248 from pguibert6WIND/bgpasdot
Russ White
2023-02-21
1
-138
/
+257
|
\
|
*
bgpd: store the route-distinguisher from config as a string
Philippe Guibert
2023-02-10
1
-6
/
+8
|
*
bgpd: support for as notation format for route distinguisher
Philippe Guibert
2023-02-10
1
-1
/
+3
|
*
bgpd: the neighbor as are displayed with as-notation mode
Philippe Guibert
2023-02-10
1
-32
/
+50
|
*
bgpd: store the confederation as identifier as a string
Philippe Guibert
2023-02-10
1
-5
/
+6
|
*
bgpd: store the neighbor as identifier as a string
Philippe Guibert
2023-02-10
1
-16
/
+18
|
*
bgpd: modify bgp as number output
Philippe Guibert
2023-02-10
1
-3
/
+4
|
*
bgpd: add as-notation keyword to 'router bgp' vty command
Philippe Guibert
2023-02-10
1
-21
/
+68
|
*
lib, bgp: add initial support for asdot format
Philippe Guibert
2023-02-10
1
-46
/
+90
|
*
bgpd: store the bgp as identifier in the configured as-notation
Philippe Guibert
2023-02-10
1
-16
/
+18
*
|
Merge pull request #12780 from opensourcerouting/spdx-license-id
Donald Sharp
2023-02-17
1
-16
/
+1
|
\
\
|
*
|
*: auto-convert to SPDX License IDs
David Lamparter
2023-02-09
1
-16
/
+1
|
|
/
*
|
bgpd: Add BGP Software Version Capability
Donatas Abraitis
2023-02-15
1
-3
/
+80
*
|
Merge pull request #12728 from opensourcerouting/feature/bgp_neighbor_path-at...
Russ White
2023-02-14
1
-0
/
+69
|
\
\
|
|
/
|
/
|
|
*
bgpd: Add `neighbor path-attribute treat-as-withdraw` command
Donatas Abraitis
2023-02-01
1
-0
/
+69
*
|
bgpd: Add missing enum's to case statement
Donald Sharp
2023-01-31
1
-7
/
+28
|
/
*
bgpd: fix silly format string SNAFU
David Lamparter
2023-01-27
1
-2
/
+2
*
bgpd: Add missing `no` form for `neighbor path-attribute discard` cmd
Donatas Abraitis
2023-01-22
1
-1
/
+29
*
Merge pull request #12666 from donaldsharp/bgp_outq_limit
Donatas Abraitis
2023-01-20
1
-6
/
+33
|
\
|
*
bgpd: Input Queue does not belong under `router bgp`
Donald Sharp
2023-01-19
1
-4
/
+0
|
*
bgpd: Limit peer output queue length like input queue length
Donald Sharp
2023-01-19
1
-2
/
+33
*
|
Revert "bgpd: optimal router reflection cli and fsm changes"
Donatas Abraitis
2023-01-17
1
-82
/
+0
*
|
Revert "bgpd, ospfd: BGP ORR CI warning fixes"
Donatas Abraitis
2023-01-17
1
-1
/
+1
*
|
Revert "bgpd: fix for crash when no neighbor A.B.C.D remote-as AS_NUM with or...
Donatas Abraitis
2023-01-17
1
-1
/
+1
*
|
Revert "bgpd: code review comments addressed"
Donatas Abraitis
2023-01-17
1
-2
/
+2
*
|
bgpd: Add `neighbor path-attribute discard` command
Donatas Abraitis
2023-01-14
1
-0
/
+38
|
/
*
Merge pull request #12626 from opensourcerouting/fix/bgpd_neighbor_password_u...
Donald Sharp
2023-01-13
1
-0
/
+5
|
\
|
*
bgpd: Warn an operator, that the peer MUST be created before configuring rest
Donatas Abraitis
2023-01-11
1
-0
/
+5
*
|
bgpd: show bgp vrfs per vrf level json support
Sindhu Parvathi Gopinathan
2023-01-12
1
-57
/
+136
|
/
*
bgpd: If we don't find what we are looking for cleanup the json structure
Donald Sharp
2022-12-15
1
-8
/
+12
[next]