Skip to content
This repository has been archived by the owner on Jul 30, 2022. It is now read-only.

Commit

Permalink
feat: bgp setting no-ipv4-unicast has been removed (#21)
Browse files Browse the repository at this point in the history
Signed-off-by: Bᴇʀɴᴅ Sᴄʜᴏʀɢᴇʀs <me@bjw-s.dev>
  • Loading branch information
bjw-s committed Nov 14, 2021
1 parent 55754ce commit 772784a
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions templates/config/routing/bgp.j2
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,7 @@
{%- set _ = bgp_config.update({
'local-as': vyos_bgp['local_as'],
'parameters': {
'router-id': vyos_bgp['router_id'],
'default': {
'no-ipv4-unicast': {}
}
'router-id': vyos_bgp['router_id']
}
}) -%}

Expand Down

0 comments on commit 772784a

Please sign in to comment.