diff options
| author | Oleg Pykhalov <go.wigust@gmail.com> | 2026-01-14 20:58:00 +0300 |
|---|---|---|
| committer | Oleg Pykhalov <go.wigust@gmail.com> | 2026-01-14 20:58:00 +0300 |
| commit | a361fce224d149aadb32ffe7f6adf221f0656020 (patch) | |
| tree | 96bc695c5debfbec2a6598f5da8c813ebd03f519 | |
| parent | nix: container-systemd-nixos-hev: Accept 64981 101 community. (diff) | |
| download | dotfiles-a361fce224d149aadb32ffe7f6adf221f0656020.tar.gz | |
nix: container-systemd-nixos-hev: Export 64981 101 community.
| -rw-r--r-- | nix/container-systemd-nixos-dante/peers/nixos-hev.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nix/container-systemd-nixos-dante/peers/nixos-hev.conf b/nix/container-systemd-nixos-dante/peers/nixos-hev.conf index abc600bdd..04cc19533 100644 --- a/nix/container-systemd-nixos-dante/peers/nixos-hev.conf +++ b/nix/container-systemd-nixos-dante/peers/nixos-hev.conf @@ -9,6 +9,7 @@ protocol bgp nixoshev { accept; } if (64981,100) ~ bgp_community then accept; + if (64981,101) ~ bgp_community then accept; reject; }; }; |
