frr icon indicating copy to clipboard operation
frr copied to clipboard

lua scripting: `zebra on-rib-process script` is not saves to frr.conf

Open ton31337 opened this issue 4 months ago • 0 comments

Discussed in https://github.com/FRRouting/frr/discussions/17159

Originally posted by k0ste October 18, 2024 Hi, seems command zebra on-rib-process script <script_name> is not saves to frr.conf on write memory. So script is not working on frr startup

example.com(config)# zebra on-rib-process script kek
Successfully added script kek for hook call on_rib_process_dplane_results
example.com(config)# do show running-config zebra no-header
frr version 10.1.1
frr defaults traditional
hostname example.com
log stdout informational
log syslog informational
log facility local7
service password-encryption
no ipv6 forwarding
service integrated-vtysh-config
!
debug zebra events
debug zebra kernel
!
password 8 gLJVs6R4hkD92
!
end
example.com(config)#

This is bug?

ton31337 avatar Oct 18 '24 11:10 ton31337