Skip to content

kea: T6211: add VRF support for KEA dhcp server #1637

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

Open
wants to merge 1 commit into
base: current
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions docs/configuration/vrf/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,27 @@ routing protocol inside a given vrf:
- :ref:`routing-ospfv3`: ``set vrf name <name> protocols ospfv3 ...``
- :ref:`routing-static`: ``set vrf name <name> protocols static ...``

Services
-------

Currently the following services can be created isolated in VRFs

- :ref:`dhcp-server`

The CLI configuration is same as mentioned in above articles. The only
difference is, that each service used, must be prefixed with the `vrf
name <name>` command.

Example
^^^^^^^

The following commands would be required to set options for a given service
inside a given vrf:

- :ref:`dhcp-server`: ``set vrf name <name> service dhcp-server ...``
- :ref:`dhcp-server`: ``set vrf name <name> service dhcpv6-server ...``


Operation
=========

Expand Down