Skip to content

Commit

Permalink
fix: bird6 config reload
Browse files Browse the repository at this point in the history
fix #20
  • Loading branch information
pierky committed Nov 13, 2017
1 parent 9af8a06 commit de3111a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion templates/bird/clients.j2
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ filter receive_from_{{ client.id }} {

{% if ip_ver == 6 %}
# Prefix: only IPv6 Global Unicast space allowed
if net !~ [2000::/3+] then
if !(net ~ [2000::/3+]) then
{{ reject(client, 10, '"prefix is not in IPv6 Global Unicast space - REJECTING ", net') }}
{% endif %}

Expand Down
2 changes: 1 addition & 1 deletion templates/fingerprints.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
bird:
clients.j2: f32a93d245fd0d26c52b37019f308344e33aa45dea5d7798b686430de973def2b0e7a4b9333943321aab9b853368144ceafc39fece004dbebb8b1e061772e9e2
clients.j2: 7cccf77b813ab6c2bb8fb514d5051dbd8c0a0f7291e5c694cff5be6fc0f0614c53c4da0d4ea69f07bd32ae36cc377d49467dfe87ad64e81222e7884eaf23e381
common.j2: d3f686153f0714d6014e72cc7cb14db92c0cc8c64714305f3b4c1faf22f96cd5f42c3f7ff4bef8ab11a2508b7552b1bd66ba5002a165ce17fb709e2f2dd0545f
header.j2: 1c6379933ed92d19f033d3e31633ddba0cb56eaaa4ae7789701ffa4ff70f414b60d1fa2c4da0df64611748885fcb6391980e34811abe15e8b4010926f1d7c8d7
irrdb.j2: 46bf7dd7d5c4cc18626f679e2ebb39cc29f7f930c725d1f5313e1a8f52f85553e97251b8366753a6aa872a3ebae83c4b45b6085a1850372f8b17f100494ba7a1
Expand Down

0 comments on commit de3111a

Please sign in to comment.