blob: aab7d9f65288e1f7d2eeffec38d330c4de1d93f7 (
plain)
1
2
3
4
5
6
7
8
9
|
---
# handlers file for uvok_bird
- name: Check config
command: birdc configure check
listen: configure bird
- name: Apply bird config
command: birdc configure soft
listen: configure bird
|