Skip to content

Commit

Permalink
pyang_plugins: add MUP SAFI to YANG definition
Browse files Browse the repository at this point in the history
  • Loading branch information
higebu committed Feb 21, 2023
1 parent e15e76f commit d286504
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions tools/pyang_plugins/gobgp.yang
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,20 @@ module gobgp {
reference "RFC7752";
}

identity IPV4-MUP {
base bgp-types:afi-safi-type;
description
"MUP IPv4 (AFI,SAFI = 1,85)";
reference "https://www.ietf.org/archive/id/draft-mpmz-bess-mup-safi-01.html";
}

identity IPV6-MUP {
base bgp-types:afi-safi-type;
description
"MUP IPv6 (AFI,SAFI = 2,85)";
reference "https://www.ietf.org/archive/id/draft-mpmz-bess-mup-safi-01.html";
}

grouping gobgp-message-counter {
description
"Counters for all BGPMessage types";
Expand Down

0 comments on commit d286504

Please sign in to comment.