diff options
Diffstat (limited to 'vnfs/vCPE/kea-sdnc-notify-mod/etc/kea-dhcp4.conf.example')
-rw-r--r-- | vnfs/vCPE/kea-sdnc-notify-mod/etc/kea-dhcp4.conf.example | 2 |
1 files changed, 1 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 b3149af1..fa53f3c5 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 @@ -3,7 +3,7 @@ { # For testing, you can use veth pair as described in README.md "interfaces-config": { - "interfaces": ["veth0" ] + "interfaces": ["eth0" ] }, # How to load the hook library. |