| Age | Commit message (Expand) | Author |
| 2024-05-16 | bgpd: fix "bgp as-pah access-list" with "set aspath exclude" set/unset issues | Francois Dumontet |
| 2024-02-26 | bgpd: fix no bgp as-path access-list issue | Francois Dumontet |
| 2023-07-19 | bgpd: add set as-path exclude acl-list command | Francois Dumontet |
| 2023-02-09 | *: auto-convert to SPDX License IDs | David Lamparter |
| 2022-07-22 | bgpd: Free memory for as-path filter if regexp is wrong | Donatas Abraitis |
| 2022-07-22 | bgpd: Call a hook when as-path filter is replaced | Donatas Abraitis |
| 2021-11-27 | *: Remove redundand braces for single statement blocks | Donatas Abraitis |
| 2021-11-25 | bgpd: Convert vty_out to vty_json for JSON | Donatas Abraitis |
| 2021-10-19 | bgpd: Add autocomplete for as-path filters | Donatas Abraitis |
| 2021-08-02 | bgpd: add "json" option to "show bgp as-path-access-list" | Renato Westphal |
| 2021-04-14 | *: cleanup number-named access-lists and prefix-lists | Igor Ryzhov |
| 2021-03-17 | bgpd: add seqno in bgp as-path access-list policy | Chirag Shah |
| 2020-10-14 | bgpd: print error when as-path filter doesn't exist | Igor Ryzhov |
| 2020-05-11 | bgpd: really remove the `no ip as-path...` command | Donald Sharp |
| 2020-04-16 | *: move CLI node names to cmd_node->name | David Lamparter |
| 2020-04-16 | *: remove second parameter on install_node() | David Lamparter |
| 2020-04-16 | *: remove cmd_node->vtysh | David Lamparter |
| 2020-04-16 | *: clean up cmd_node initializers | David Lamparter |
| 2020-03-21 | bgpd: Convert lots of int type functions to bool/void | Donatas Abraitis |
| 2020-02-04 | *: remove null check before XFREE | Quentin Young |
| 2020-02-03 | *: don't null after XFREE; XFREE does this itself | Quentin Young |
| 2019-10-08 | bgpd: Remove depracated `ip` prefix for as-path/extcommunity/large/communities | Donatas Abraitis |
| 2019-08-06 | *: fix ctype (isalpha & co.) casts | David Lamparter |
| 2019-04-24 | Merge pull request #4184 from ton31337/fix/documentation_for_as-path_regexp | Quentin Young |
| 2019-04-23 | doc: Specify allowed chars in bgp regular expressions | Donatas Abraitis |
| 2019-04-23 | bgpd: Validate as-path in `show bgp regexp` | Donatas Abraitis |
| 2019-04-18 | bgpd: Allow backslash in as-path filter lists | Donatas Abraitis |
| 2019-02-25 | *: remove null check before XFREE | Quentin Young |
| 2018-10-04 | bgpd: remove ip prefix from as-path, <large,ext>community-list | Sarita Patra |
| 2018-08-31 | bgpd: Validate as-path access-list before continuing regarding invalid chars | Donatas Abraitis |
| 2017-10-08 | bgpd: fix clang warning | Vincent JARDIN |
| 2017-07-17 | *: reindentreindent-master-after | whitespace / reindent |
| 2017-07-14 | Merge remote-tracking branch 'frr/master' into newline-redux | David Lamparter |
| 2017-07-14 | *: remove VTYNL, part 1 of 6 | David Lamparter |
| 2017-07-13 | vtysh: return non-zero for configuration failures | Daniel Walton |
| 2017-07-13 | *: ditch vty_outln(), part 1 of 2 | David Lamparter |
| 2017-06-29 | *: vty_outln (vty, "") --> vty_out (vty, VTYNL) | Quentin Young |
| 2017-06-29 | *: use vty_outln | Quentin Young |
| 2017-05-15 | *: make consistent & update GPLv2 file headers | David Lamparter |
| 2016-11-18 | bgpd: Fix `no ip as-path access-list...` | Quentin Young |
| 2016-11-17 | bgpd: Fix `ip as-path access-list ...` breakage | Quentin Young |
| 2016-10-17 | Merge branch 'cmaster-next' into vtysh-grammar | Quentin Young |
| 2016-10-07 | *: Consolidate all double VIEW_NODE and ENABLE_NODE's | Donald Sharp |
| 2016-09-30 | all: scrubbed some argc CHECK MEs | Daniel Walton |
| 2016-09-29 | all: added CHECK ME for DEFUNs that look at argc | Daniel Walton |
| 2016-09-27 | bgpd, etc: changed .LINE to LINE... | Daniel Walton |
| 2016-09-23 | bgpd: add 'int idx_foo' argv index variables | Daniel Walton |
| 2016-09-23 | convert <1-255> to (1-255), ()s to <>s, etc | Daniel Walton |
| 2016-09-22 | bgpd: argv update for all but bgp_vty.c | Daniel Walton |
| 2016-08-16 | lib, bgpd, tests: Refactor FILTER_X in zebra.h | Donald Sharp |