[node] also try ipv6ll in bgp-config + reformat

[frontend] don't show enh v6 on
This commit is contained in:
lare 2024-04-23 17:29:23 +02:00
parent f01559844d
commit 41e2290365
4 changed files with 9 additions and 6 deletions

View file

@ -155,7 +155,7 @@
let enh_anabled = document.getElementById("bgp-extended-next-hop").checked;
if (enh_anabled) {
example_config_bird2_enh4.innerHTML = "on";
example_config_bird2_enh6.innerHTML = "on";
//example_config_bird2_enh6.innerHTML = "on";
} else {
example_config_bird2_enh4.innerHTML = "off";
example_config_bird2_enh6.innerHTML = "off";
@ -263,7 +263,7 @@ protocol bgp dn42_{{config["MNT"][:-4].lower()}} from dnpeers {
extended next hop <span id="example-config-bird2-enh4">on</span>;
};
ipv6 {
extended next hop <span id="example-config-bird2-enh6">on</span>;
extended next hop <span id="example-config-bird2-enh6">off</span>;
};
}
</pre>