mirror of
https://github.com/kernelkit/infix.git
synced 2026-07-31 21:13:00 +02:00
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:
committed by
Joachim Wiberg
parent
3192a69970
commit
88c845bc16
@@ -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 }
|
||||
|
||||
Reference in New Issue
Block a user