confd: Disable support for non-contiguous netmasks

Not something we need, and keeping it disabled has some nice symmetry
effects on the handling of ipv4/6 addresses.
This commit is contained in:
Tobias Waldekranz
2023-05-12 14:24:41 +02:00
committed by Joachim Wiberg
parent 3192a69970
commit 88c845bc16
+1 -6
View File
@@ -18,15 +18,10 @@ static const char *iffeat[] = {
NULL
};
static const char *ipfeat[] = {
"ipv4-non-contiguous-netmasks",
NULL
};
static const struct srx_module_requirement ietf_if_reqs[] = {
{ .dir = YANG_PATH_, .name = "ietf-interfaces", .rev = "2018-02-20", .features = iffeat },
{ .dir = YANG_PATH_, .name = "iana-if-type", .rev = "2023-01-26" },
{ .dir = YANG_PATH_, .name = "ietf-ip", .rev = "2018-02-22", .features = ipfeat },
{ .dir = YANG_PATH_, .name = "ietf-ip", .rev = "2018-02-22" },
{ .dir = YANG_PATH_, .name = "infix-ip", .rev = "2023-04-24" },
{ NULL }