diff options
| author | Donatas Abraitis <donatas@opensourcerouting.org> | 2024-10-08 20:57:49 +0300 |
|---|---|---|
| committer | Donatas Abraitis <donatas@opensourcerouting.org> | 2024-10-15 17:36:51 +0300 |
| commit | f677fc8db3c0195dc1bc8d7cd9887cf4e7aa638e (patch) | |
| tree | 5b8a6476e1d330d1a2dc6c87d1db4475064b1d7a /yang/frr-route-map.yang | |
| parent | 5a05dbeb133246431109f451b413d77c74bdb2fc (diff) | |
bgpd: Implement `set metric igp` command
Set metric automatically from the path info (IGP protocol).
Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
Diffstat (limited to 'yang/frr-route-map.yang')
| -rw-r--r-- | yang/frr-route-map.yang | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/yang/frr-route-map.yang b/yang/frr-route-map.yang index c875a6ec7f..b83047caee 100644 --- a/yang/frr-route-map.yang +++ b/yang/frr-route-map.yang @@ -355,6 +355,14 @@ module frr-route-map { "Subtract round trip time to metric"; } } + + case use-igp { + leaf use-igp { + type boolean; + description + "Use metric from IGP procotol"; + } + } } } |
