diff options
Diffstat (limited to 'vnfs/vCPE/kea-sdnc-notify-mod/etc')
-rw-r--r-- | vnfs/vCPE/kea-sdnc-notify-mod/etc/kea-dhcp4.conf.example | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/vnfs/vCPE/kea-sdnc-notify-mod/etc/kea-dhcp4.conf.example b/vnfs/vCPE/kea-sdnc-notify-mod/etc/kea-dhcp4.conf.example index fa53f3c5..9faaf870 100644 --- a/vnfs/vCPE/kea-sdnc-notify-mod/etc/kea-dhcp4.conf.example +++ b/vnfs/vCPE/kea-sdnc-notify-mod/etc/kea-dhcp4.conf.example @@ -2,8 +2,9 @@ "Dhcp4": { # For testing, you can use veth pair as described in README.md +# vDHCP needs to be listening on eth1 "interfaces-config": { - "interfaces": ["eth0" ] + "interfaces": ["eth1" ] }, # How to load the hook library. |