1// Package layer3 provides access to the Layer-3 networking extension for the
2// OpenStack Neutron service. This extension allows API users to route packets
3// between subnets, forward packets from internal networks to external ones,
4// and access instances from external networks through floating IPs.
5package layer3
6