diff options
author | Christian Breunig <christian@breunig.cc> | 2023-12-14 17:26:02 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-14 17:26:02 +0100 |
commit | 4508fb22454e430fbd2040f37bdb75dbc4f6f68a (patch) | |
tree | 2ec829c0ee1f2d6879c64a105619e0cae26c5dd6 /interface-definitions/include/bgp/bmp-monitor-afi-policy.xml.i | |
parent | 9f72aff65e0589b9387227f69a25545eba5ba4f5 (diff) | |
parent | 5523fccf4f7d05444c36c568128e94cd7b08c34f (diff) | |
download | vyos-1x-4508fb22454e430fbd2040f37bdb75dbc4f6f68a.tar.gz vyos-1x-4508fb22454e430fbd2040f37bdb75dbc4f6f68a.zip |
Merge pull request #2627 from sever-sever/T4163
T4163: Add BGP Monitoring Protocol BMP feature
Diffstat (limited to 'interface-definitions/include/bgp/bmp-monitor-afi-policy.xml.i')
-rw-r--r-- | interface-definitions/include/bgp/bmp-monitor-afi-policy.xml.i | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/interface-definitions/include/bgp/bmp-monitor-afi-policy.xml.i b/interface-definitions/include/bgp/bmp-monitor-afi-policy.xml.i new file mode 100644 index 000000000..261d60232 --- /dev/null +++ b/interface-definitions/include/bgp/bmp-monitor-afi-policy.xml.i @@ -0,0 +1,14 @@ +<!-- include start from bgp/bmp-monitor-afi-policy.xml.i --> +<leafNode name="pre-policy"> + <properties> + <help>Send state before policy and filter processing</help> + <valueless/> + </properties> +</leafNode> +<leafNode name="post-policy"> + <properties> + <help>Send state with policy and filters applied</help> + <valueless/> + </properties> +</leafNode> +<!-- include end --> |