Removed
- Attribute 'radius_attributes' is no longer valid.
Use 'vpn_attributes' instead.
Changed
- Changed name of attribute 'bind_nat' to 'nat_out'.
This version supports both attributes.
But support for 'bind_nat' will be removed in next version.
Added
- Introduced new attribute 'nat_in' at interface of router.
"nat_in = t1;" at an interface means:
If packets enter this interface, then NAT defined by "nat:t1"
is applied at each outgoing interface without "nat_in = t1;".
See #23 for details.
Fixed
- Fixed inversed inheritance at unnamed aggregate:
- Contained unnamed aggregate is ignored.
- Unnamed aggregate no longer inherits from enclosing unnamed aggregate.
- Fixed static route with sole virtual interface as next hop.
Use IP of virtual interface instead of physical interface. - No longer accidently split NAT domains. This fixes #22.