summaryrefslogtreecommitdiffstats
path: root/lib/routemap_cli.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* lib: Add autocomplete for prefix-list under route-mapsDonatas Abraitis2021-10-281-6/+6
* Merge pull request #9824 from idryzhov/nb-cli-const-lyd-nodeDonald Sharp2021-10-251-12/+13
|\
| * lib: northbound cli show/cmd functions must not modify data nodesIgor Ryzhov2021-10-131-12/+13
* | *: cleanup number-named access-lists in CLIIgor Ryzhov2021-10-081-12/+4
|/
* Merge pull request #9439 from ton31337/feature/set_ext_community_to_noneRuss White2021-09-011-0/+5
|\
| * bgpd: Add an ability to set extcommunity to none in route-mapsDonatas Abraitis2021-08-181-0/+5
* | Merge pull request #9331 from idryzhov/explicit-exitChristian Hopps2021-08-261-0/+1
|\ \
| * | *: explicitly print "exit" at the end of every node configIgor Ryzhov2021-08-231-0/+1
| |/
* / lib: remove the dependency on bgpd codeIgor Ryzhov2021-08-241-1/+0
|/
* bgpd: Keep extcommunity bandwidth commands persistent in route-mapsDonatas Abraitis2021-08-031-0/+29
* bgpd: Add route-map `match alias` commandDonatas Abraitis2021-07-211-0/+5
* bgpd: Add "set evpn gateway-ip" clause for route-mapAmeya Dharkar2021-06-081-0/+10
* lib, doc: add "route-map NAME optimization" commandIgor Ryzhov2021-04-091-5/+47
* lib: convert route-map optimization to NBIgor Ryzhov2021-04-061-0/+29
* lib: Modifications to route-map NBSarita Patra2021-03-301-202/+593
* lib: sort route-map commands by sequence number in running-configIgor Ryzhov2021-03-231-0/+8
* lib: fix negating set metric route-map commandDavid Schweizer2020-09-101-1/+1
* lib: fix the "set metric" route-map commandRenato Westphal2020-09-091-12/+13
* lib: fix missing doc string in route mapRafael Zalamena2020-08-071-1/+2
* Merge pull request #6847 from donaldsharp/time_to_rerunDonatas Abraitis2020-08-051-1/+1
|\
| * lib: Allow `no call WORD`Donald Sharp2020-08-041-1/+1
* | lib: introduce configuration back-off timer for YANG-modeled commandsRenato Westphal2020-08-031-0/+1
* | *: introduce DEFPY_YANG & friendsRenato Westphal2020-08-031-43/+43
|/
* lib,yang: merge cisco/zebra access list stylesRafael Zalamena2020-07-191-61/+10
* *: move CLI node names to cmd_node->nameDavid Lamparter2020-04-161-0/+1
* *: move CLI parent data to cmd_node->parent_nodeDavid Lamparter2020-04-161-0/+1
* *: remove second parameter on install_node()David Lamparter2020-04-161-1/+3
* *: remove cmd_node->vtyshDavid Lamparter2020-04-161-1/+0
* *: clean up cmd_node initializersDavid Lamparter2020-04-161-1/+5
* lib: show zebra route map configuration in tcliRafael Zalamena2020-03-241-4/+34
* lib: don't allow to recurse inside route-map nodeRafael Zalamena2020-02-191-1/+0
* lib: add backward compatibility for route mapRafael Zalamena2020-02-041-1/+55
* lib: implement new route map CLIRafael Zalamena2020-02-041-0/+1075