summaryrefslogtreecommitdiffstats
path: root/scripts/cfg/simple_cfg.yaml
blob: 867bcb2fb472e532b6b2102b53157cafc0013e0b (plain)
1
2
3
4
5
6
7
8
9
- port_limit : 2
  version    : 2
  # Change below line. Use sudo ./dpdk_setup_ports.py -s to see list of interfaces on your machine
  interfaces : ["03:00.0", "03:00.1"]
  port_info  :
    - default_gw : "1.1.1.1"
      ip         : "2.2.2.2"
    - default_gw : "2.2.2.2"
      ip         : "1.1.1.1"