-
Notifications
You must be signed in to change notification settings - Fork 210
Fortinet FortiGate - Official Support for Capirca with Local-In Policy Support #364
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
…modernizing outdated Python 2 code to Python 3 for improved compatibility, adding comprehensive documentation for clarity, and refactoring functions for enhanced structure and readability.
…th full code cleanup and improved consistency
@pc48m8n1 I'm working on another project (Nautobot Firewall App integration for FortiGate) and we would be interested in having this feature merged too! I'm pinging you since it seems your feature branch is out of-sync and has conflicts (nothing too big, see diff below). Hope someone at Google will take some time to look at your PR soon (do you know anyone to ping?). diff --cc capirca/lib/policy.py
index 72a47a6,6a943aa..0000000
--- a/capirca/lib/policy.py
+++ b/capirca/lib/policy.py
@@@ -1798,12 -1737,8 +1819,17 @@@ class VarType
DECAPSULATE = 67
SOURCE_SERVICE_ACCOUNTS = 68
VERSA_APPLICATION = 69
++<<<<<<< HEAD
+ TRAFFIC_CLASS = 70
+ NEXT_HOP_GROUP = 71
+ NEXT_INTERFACE = 72
+ POLICE_KBPS = 73
+ POLICE_BURST = 74
+ POLICE_PPS = 75
++=======
+ APPLICATION_ID = 70
+ INTERFACE = 71
++>>>>>>> pc48m8n1/fortigate-localin |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for the generator contribution, with the in-depth feature support being added.
Hi @abhindes, please review my latest commit for changes as per your request. |
24a116c
to
e258523
Compare
174db81
to
94508e7
Compare
Hi @abhindes I have made the change to check the platform instead for local-in policy. |
@abhindes They have been removed. Please review. |
…e-capirca into fortigate-localin
PiperOrigin-RevId: 766267455
The Fortinet team is pleased to provide this contribution to Google Capirca. We welcome your guidance and suggestions to this contribution and are committed to the processes at hand.
We have only included three sample .POL files, per the observed standards and including the local-in policies for ipv4 and ipv6.
Thank you.