bgp: add default to satisfy ixvm-fra01
This commit is contained in:
parent
855feececa
commit
8d4b7f8c47
1 changed files with 1 additions and 0 deletions
|
@ -114,6 +114,7 @@ in {
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
export = mkOption { # lukegbgp.config.export
|
export = mkOption { # lukegbgp.config.export
|
||||||
|
default = { v4 = ["92.118.31.0/24"]; v6 = ["2a09:a440::/48"]; };
|
||||||
type = submodule {
|
type = submodule {
|
||||||
options = {
|
options = {
|
||||||
v4 = mkOption { # lukegbgp.config.export.v4
|
v4 = mkOption { # lukegbgp.config.export.v4
|
||||||
|
|
Loading…
Reference in a new issue