diff options
| author | Christian Hopps <chopps@labn.net> | 2024-04-20 07:59:02 -0400 |
|---|---|---|
| committer | Christian Hopps <chopps@labn.net> | 2024-04-20 08:04:00 -0400 |
| commit | 74fb4056cb496e3273ea6512ab160b7de0885608 (patch) | |
| tree | b8d8191d06d517152b331683b1e4822bb580f5f5 /yang | |
| parent | 5ef6a2bb54eacc35854e9db8dde71c406fb9364c (diff) | |
yang: add missing `zif-gre` zebra interface type
This was caught by the grpc_basic test which was receiving an invalid error
result, which was returned b/c inside zebra the libyang code was flagging the
value as invalid for a derived zebra interface type.
Signed-off-by: Christian Hopps <chopps@labn.net>
Diffstat (limited to 'yang')
| -rw-r--r-- | yang/frr-zebra.yang | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/yang/frr-zebra.yang b/yang/frr-zebra.yang index f1a69068c3..79c524a40a 100644 --- a/yang/frr-zebra.yang +++ b/yang/frr-zebra.yang @@ -151,6 +151,12 @@ module frr-zebra { "Zebra interface type macvlan."; } + identity zif-gre { + base zebra-interface-type; + description + "Zebra interface type gre."; + } + /* * Multicast RPF mode configurable type */ |
