FRRouting / frr

The FRRouting Protocol Suite

Home Page:https://frrouting.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mgmt: mgmt_txn_create_config_batches

vecinohk opened this issue · comments

I have my own build from git a784c34 now displaying the following errors on startup:

May 19 21:36:35 home mgmtd[444]: [HCZYS-5H9EK] mgmt_txn_create_config_batches: ERROR: No connected daemon is interested in XPATH /frr-filter:lib/prefix-list[type='ipv6'][name='ipv6']
May 19 21:36:35 home mgmtd[444]: [HCZYS-5H9EK] mgmt_txn_create_config_batches: ERROR: No connected daemon is interested in XPATH /frr-filter:lib/prefix-list[type='ipv6'][name='ipv6']/entry[sequence='5']

May 19 21:36:35 home mgmtd[444]: [HCZYS-5H9EK] mgmt_txn_create_config_batches: ERROR: No connected daemon is interested in XPATH /frr-filter:lib/prefix-list[type='ipv6'][name='ipv6']/entry[sequence='5']/
action
May 19 21:36:35 home mgmtd[444]: [HCZYS-5H9EK] mgmt_txn_create_config_batches: ERROR: No connected daemon is interested in XPATH /frr-filter:lib/prefix-list[type='ipv6'][name='ipv6']/entry[sequence='5']/
ipv6-prefix
frr version 10.0
frr defaults traditional
hostname home
log syslog informational
agentx
service integrated-vtysh-config
!
ipv6 prefix-list ipv6 seq 5 permit 2a01:***:****::/44
!
# cuted out irrelevant
!
route-map ospfv3-out permit 1
 match ipv6 address prefix-list ipv6
exit
!

Everything works. I just want to help you debug the bugs. Tested on Arch Linux - 6.8.9-arch1-2.

Thanks

I'm also trying the option of using ipv6 access-list instead of ipv6 prefix-list, but the error occurs here as well.

!
ipv6 access-list hkf-prefix seq 5 permit 2a01:***:****::/44
!
route-map hkf-out permit 5
 match ipv6 address hkf-prefix
exit
!
Jun 01 22:42:26 home mgmtd[587]: [HCZYS-5H9EK] mgmt_txn_create_config_batches: ERROR: No connected daemon is interested in XPATH /frr-filter:lib/access-list[type='ipv6']
[name='hkf-prefix']
Jun 01 22:42:26 home mgmtd[587]: [HCZYS-5H9EK] mgmt_txn_create_config_batches: ERROR: No connected daemon is interested in XPATH /frr-filter:lib/access-list[type='ipv6']
[name='hkf-prefix']/entry[sequence='5']
Jun 01 22:42:26 home mgmtd[587]: [HCZYS-5H9EK] mgmt_txn_create_config_batches: ERROR: No connected daemon is interested in XPATH /frr-filter:lib/access-list[type='ipv6']
[name='hkf-prefix']/entry[sequence='5']/action
Jun 01 22:42:26 home mgmtd[587]: [HCZYS-5H9EK] mgmt_txn_create_config_batches: ERROR: No connected daemon is interested in XPATH /frr-filter:lib/access-list[type='ipv6']
[name='hkf-prefix']/entry[sequence='5']/ipv6-prefix

Arch Linux 6.9.3-arch1-1 + Frr 10.0 built from git f98915a.