summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorRuss White <russ@riw.us>2024-10-15 17:15:41 +0200
committerGitHub <noreply@github.com>2024-10-15 17:15:41 +0200
commit884e183f4a236b624be3be154bcb9bb361fa0cb0 (patch)
treefd1c3e94a8cd3c6e2633829278eee3476443d3b5 /lib
parentMerge pull request #17053 from opensourcerouting/fix/drop_bgp_network_import_... (diff)
parentlib: Apply and generate route-map commands earlier before any other protocol (diff)
downloadfrr-884e183f4a236b624be3be154bcb9bb361fa0cb0.tar.xz
frr-884e183f4a236b624be3be154bcb9bb361fa0cb0.zip
Merge pull request #17058 from opensourcerouting/fix/apply_route_maps_earlier
lib: Apply and generate route-map commands earlier before any other protocol
Diffstat (limited to 'lib')
-rw-r--r--lib/command.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/command.h b/lib/command.h
index f369a3524..c60751789 100644
--- a/lib/command.h
+++ b/lib/command.h
@@ -84,6 +84,7 @@ enum node_type {
CONFIG_NODE, /* Config node. Default mode of config file. */
PREFIX_NODE, /* ip prefix-list node. */
PREFIX_IPV6_NODE, /* ipv6 prefix-list node. */
+ RMAP_NODE, /* Route map node. */
LIB_DEBUG_NODE, /* frrlib debug node. */
DEBUG_NODE, /* Debug node. */
VRF_DEBUG_NODE, /* Vrf Debug node. */
@@ -136,7 +137,6 @@ enum node_type {
AS_LIST_NODE, /* AS list node. */
COMMUNITY_LIST_NODE, /* Community list node. */
COMMUNITY_ALIAS_NODE, /* Community alias node. */
- RMAP_NODE, /* Route map node. */
PBRMAP_NODE, /* PBR map node. */
SMUX_NODE, /* SNMP configuration node. */
DUMP_NODE, /* Packet dump node. */