0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2024-12-22 17:51:53 +00:00
bird/yang/test_ip.yang

22 lines
316 B
YANG

module test_ip {
namespace "https://bird.nic.cz/yang/v2.15/cli-debug";
prefix "test_ip";
description "testing IP address formatting";
import ietf-inet-types {
prefix "inet";
}
container message {
leaf address {
type inet:ip-address;
}
leaf foo {
type int8;
}
}
}