Skip to content

Commit

Permalink
fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
dplore committed Mar 8, 2024
1 parent f951ce5 commit bbddb1a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions release/models/bgp/openconfig-bgp-types.yang
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ module openconfig-bgp-types {
namespace "http://openconfig.net/yang/bgp-types";

prefix "oc-bgp-types";

import openconfig-types { prefix "oc-types"; }
import openconfig-inet-types { prefix "oc-inet"; }
import openconfig-extensions { prefix "oc-ext"; }

Expand Down Expand Up @@ -689,8 +689,8 @@ module openconfig-bgp-types {
POSIX extended regular expression with some limitations
which are commonly found in device implementations described
in draft-ietf-idr-bgp-model";
reference
"https://datatracker.ietf.org/doc/html/draft-ietf-idr-bgp-model";
reference
"draft-ietf-idr-bgp-model";
}

typedef bgp-origin-attr-type {
Expand Down

0 comments on commit bbddb1a

Please sign in to comment.