summaryrefslogtreecommitdiffstats
path: root/scripts/cfg/simple_cfg.yaml
blob: c356461625bf3be97bde244362702d8a374847c9 (plain)
1
2
3
4
5
6
7
8
9
10
11
- port_limit      : 2
  version         : 2
#List of interfaces. Change to suit your setup. Use ./dpdk_setup_ports.py -s to see available options
  interfaces    : ["03:00.0","03:00.1"] 
  port_info       :  # Port IPs. Change to suit your needs. In case of loopback, you can leave as is.
          - ip         : 1.1.1.1
            default_gw : 2.2.2.2
          - ip         : 2.2.2.2
            default_gw : 1.1.1.1