Skip to content

Commit

Permalink
v6.063
Browse files Browse the repository at this point in the history
 - Command 'format-netspoc' now also sorts IPv6 addresses:
   - vip interfaces by IPv6 address
   - hosts by IPv6 address
   - elements of groups by IPv6 address embedded in name,
     where colons of address are repaced by underscore:
     NAME-dddd_dddd_dddd_dddd_dddd_dddd_dddd_dddd
 - Header is no longer written to code files.
   File DEVICE.info is unsed instead.
 - All raw files must be placed in "netspoc/raw/" now.
   Directory "netspoc/raw/ipv6/" is ignored.
 - A warning is shown, if different NAT tags are bound to
   the identical set of interfaces.
   These NAT tags should be merged into single NAT definition.
  • Loading branch information
hknutzen committed Sep 7, 2023
1 parent 83fc839 commit 9952bfb
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
{{$NEXT}}

6.063 2023-09-07 13:58:15+02:00 Europe/Berlin

- Command 'format-netspoc' now also sorts IPv6 addresses:
- vip interfaces by IPv6 address
- hosts by IPv6 address
- elements of groups by IPv6 address embedded in name,
where colons of address are repaced by underscore:
NAME-dddd_dddd_dddd_dddd_dddd_dddd_dddd_dddd
- Header is no longer written to code files.
File DEVICE.info is unsed instead.
- All raw files must be placed in "netspoc/raw/" now.
Directory "netspoc/raw/ipv6/" is ignored.
- A warning is shown, if different NAT tags are bound to
the identical set of interfaces.
These NAT tags should be merged into single NAT definition.

6.062 2023-08-07 15:25:55+02:00 Europe/Berlin

- Meta data for each device is written to new file DEVICE.info .
Expand Down

0 comments on commit 9952bfb

Please sign in to comment.