Skip to content

Commit f331841

Browse files
committed
tweaking language
1 parent 7191a24 commit f331841

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

HISTORY.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,14 @@ Status: Alpha
1414
- Add: Support for predefined tags
1515
- Add: Support for bulk operations (e.g. - `create_similar()`)
1616
- Add: DHCP support for various data interface objects
17-
- Add: Firewall method `organize_into_vsys()` to more easily handle vsys importables
1817
- Add: `request_password_hash()` to firewall / panorama devices
1918
- Change: Layer2Subinterface/Layer3Subinterface can be children of vsys or firewalls now
2019
- Fix: `equals()` for objects with list params
2120

2221

2322
Potentially breaking-changes in this version, please update your scripts to account for the following:
2423

25-
- The default vsys for firewalls is changed from "vsys1" to None. This has no effect for scripts that set the vsys on the firewall object directly (vsys is still treated as vsys1 in this situation). If you do use the Vsys object, the new `organize_into_vsys()` will aid you in moving importables (interfaces, virtual wires, virtual routers, and VLANs) to the correct vsys.
24+
- The default vsys for firewalls is changed from "vsys1" to None. This has no effect for scripts that set the vsys on the firewall object directly (vsys is still treated as vsys1 in this situation). This specific change was to better align pandevice with the default behavior of the firewall, which only imports interfaces by default (vsys1 if otherwise unspecified). Thus, virtual wire, virtual routers, and VLANs will only be imported if they are attached to a Vsys object *or* the firewall has a vsys set.
2625
- VsysResources and SystemSettings now have a name of None
2726
- SubinterfaceArp and EthernetInterfaceArp have been replaced with Arp
2827

0 commit comments

Comments
 (0)