blob: 5bf88e8a8d8dc7b8815fb07d2278ee356b7b231e [file] [log] [blame]
Fatemeh Rouzbeh85654e72022-05-23 09:26:12 -07001# SPDX-FileCopyrightText: 2022-present Intel Corporation
2#
3# SPDX-License-Identifier: Apache-2.0
4
5# This is the network config for enb interface
6network:
7 ethernets:
8 enb:
9 dhcp4: false
10 addresses: [192.168.251.3/24]
11 routes:
12 - to: 192.168.252.0/24
13 via: 192.168.251.1
14 version: 2