mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-04-28 21:20:48 +00:00
yang, ripd, ripngd: fix annotate statements
Add missing annotate-statement for the 'instance' list. Signed-off-by: Ruslan Babayev <ruslan@babayev.com>
This commit is contained in:
parent
688c536fb3
commit
084dfdc03c
@ -11,8 +11,10 @@ module confd.frr-ripd {
|
||||
|
||||
tailf:annotate-module "frr-ripd" {
|
||||
tailf:annotate-statement "container[name='ripd']" {
|
||||
tailf:annotate-statement "container[name='state']" {
|
||||
tailf:callpoint "state";
|
||||
tailf:annotate-statement "list[name='instance']" {
|
||||
tailf:annotate-statement "container[name='state']" {
|
||||
tailf:callpoint "state";
|
||||
}
|
||||
}
|
||||
}
|
||||
tailf:annotate-statement "rpc[name='clear-rip-route']" {
|
||||
|
@ -11,8 +11,10 @@ module confd.frr-ripngd {
|
||||
|
||||
tailf:annotate-module "frr-ripngd" {
|
||||
tailf:annotate-statement "container[name='ripngd']" {
|
||||
tailf:annotate-statement "container[name='state']" {
|
||||
tailf:callpoint "state";
|
||||
tailf:annotate-statement "list[name='instance']" {
|
||||
tailf:annotate-statement "container[name='state']" {
|
||||
tailf:callpoint "state";
|
||||
}
|
||||
}
|
||||
}
|
||||
tailf:annotate-statement "rpc[name='clear-ripng-route']" {
|
||||
|
Loading…
Reference in New Issue
Block a user