From 36c2a105500bf7ec695a384f4eb6922ee5af5a6d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Cpengxuanzheng=E2=80=9D?= Date: Wed, 3 Aug 2022 08:43:31 +0000 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20feat(TSG-11468):=20=E4=BF=AE?= =?UTF-8?q?=E6=94=B9os=E7=9A=84tsg=5Fconn=5Fsketch=E9=85=8D=E7=BD=AE?= =?UTF-8?q?=EF=BC=8C=E6=94=AF=E6=8C=81bgp?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ansible/roles/firewall/templates/tsg_conn_sketch.inf.j2.j2 | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/ansible/roles/firewall/templates/tsg_conn_sketch.inf.j2.j2 b/ansible/roles/firewall/templates/tsg_conn_sketch.inf.j2.j2 index 0985e5f8..8fa60c4b 100644 --- a/ansible/roles/firewall/templates/tsg_conn_sketch.inf.j2.j2 +++ b/ansible/roles/firewall/templates/tsg_conn_sketch.inf.j2.j2 @@ -65,4 +65,8 @@ FUNC_NAME=tsg_record_stratum_entry [RDP] FUNC_FLAG=ALL -FUNC_NAME=tsg_record_rdp_entry \ No newline at end of file +FUNC_NAME=tsg_record_rdp_entry + +[BGP] +FUNC_FLAG=ALL +FUNC_NAME=tsg_record_bgp_entry \ No newline at end of file