summaryrefslogtreecommitdiff
path: root/bgpd/bgp_filter.c
AgeCommit message (Expand)Author
2024-05-16bgpd: fix "bgp as-pah access-list" with "set aspath exclude" set/unset issuesFrancois Dumontet
2024-02-26bgpd: fix no bgp as-path access-list issueFrancois Dumontet
2023-07-19bgpd: add set as-path exclude acl-list commandFrancois Dumontet
2023-02-09*: auto-convert to SPDX License IDsDavid Lamparter
2022-07-22bgpd: Free memory for as-path filter if regexp is wrongDonatas Abraitis
2022-07-22bgpd: Call a hook when as-path filter is replacedDonatas Abraitis
2021-11-27*: Remove redundand braces for single statement blocksDonatas Abraitis
2021-11-25bgpd: Convert vty_out to vty_json for JSONDonatas Abraitis
2021-10-19bgpd: Add autocomplete for as-path filtersDonatas Abraitis
2021-08-02bgpd: add "json" option to "show bgp as-path-access-list"Renato Westphal
2021-04-14*: cleanup number-named access-lists and prefix-listsIgor Ryzhov
2021-03-17bgpd: add seqno in bgp as-path access-list policyChirag Shah
2020-10-14bgpd: print error when as-path filter doesn't existIgor Ryzhov
2020-05-11bgpd: really remove the `no ip as-path...` commandDonald Sharp
2020-04-16*: move CLI node names to cmd_node->nameDavid Lamparter
2020-04-16*: remove second parameter on install_node()David Lamparter
2020-04-16*: remove cmd_node->vtyshDavid Lamparter
2020-04-16*: clean up cmd_node initializersDavid Lamparter
2020-03-21bgpd: Convert lots of int type functions to bool/voidDonatas Abraitis
2020-02-04*: remove null check before XFREEQuentin Young
2020-02-03*: don't null after XFREE; XFREE does this itselfQuentin Young
2019-10-08bgpd: Remove depracated `ip` prefix for as-path/extcommunity/large/communitiesDonatas Abraitis
2019-08-06*: fix ctype (isalpha & co.) castsDavid Lamparter
2019-04-24Merge pull request #4184 from ton31337/fix/documentation_for_as-path_regexpQuentin Young
2019-04-23doc: Specify allowed chars in bgp regular expressionsDonatas Abraitis
2019-04-23bgpd: Validate as-path in `show bgp regexp`Donatas Abraitis
2019-04-18bgpd: Allow backslash in as-path filter listsDonatas Abraitis
2019-02-25*: remove null check before XFREEQuentin Young
2018-10-04bgpd: remove ip prefix from as-path, <large,ext>community-listSarita Patra
2018-08-31bgpd: Validate as-path access-list before continuing regarding invalid charsDonatas Abraitis
2017-10-08bgpd: fix clang warningVincent JARDIN
2017-07-17*: reindentreindent-master-afterwhitespace / reindent
2017-07-14Merge remote-tracking branch 'frr/master' into newline-reduxDavid Lamparter
2017-07-14*: remove VTYNL, part 1 of 6David Lamparter
2017-07-13vtysh: return non-zero for configuration failuresDaniel Walton
2017-07-13*: ditch vty_outln(), part 1 of 2David Lamparter
2017-06-29*: vty_outln (vty, "") --> vty_out (vty, VTYNL)Quentin Young
2017-06-29*: use vty_outlnQuentin Young
2017-05-15*: make consistent & update GPLv2 file headersDavid Lamparter
2016-11-18bgpd: Fix `no ip as-path access-list...`Quentin Young
2016-11-17bgpd: Fix `ip as-path access-list ...` breakageQuentin Young
2016-10-17Merge branch 'cmaster-next' into vtysh-grammarQuentin Young
2016-10-07*: Consolidate all double VIEW_NODE and ENABLE_NODE'sDonald Sharp
2016-09-30all: scrubbed some argc CHECK MEsDaniel Walton
2016-09-29all: added CHECK ME for DEFUNs that look at argcDaniel Walton
2016-09-27bgpd, etc: changed .LINE to LINE...Daniel Walton
2016-09-23bgpd: add 'int idx_foo' argv index variablesDaniel Walton
2016-09-23convert <1-255> to (1-255), ()s to <>s, etcDaniel Walton
2016-09-22bgpd: argv update for all but bgp_vty.cDaniel Walton
2016-08-16lib, bgpd, tests: Refactor FILTER_X in zebra.hDonald Sharp