log { syslog; ident lagopus; debuglevel 0; packetdump ""; } datastore { addr 0.0.0.0; port 12345; protocol tcp; tls false; } agent { channelq-size 1000; channelq-max-batches 1000; } tls { cert-file /usr/local/etc/lagopus/catls.pem; private-key /usr/local/etc/lagopus/key.pem; certificate-store /usr/local/etc/lagopus; trust-point-conf /usr/local/etc/lagopus/check.conf; } snmp { master-agentx-socket tcp:localhost:705; ping-interval-second 10; } queue { queue01 { type two-rate; id 1; priority 2; color color-blind; peak-burst-size 15000; peak-information-rate 15000; } queue02 { type two-rate; id 2; priority 2; color color-blind; peak-burst-size 10000; peak-information-rate 10000; } } interface { s1-eth1-i { type ethernet-rawsock; device s1-eth1; mtu 1500; ip-addr 127.0.0.1; } s1-eth2-i { type ethernet-rawsock; device s1-eth2; mtu 1500; ip-addr 127.0.0.1; } } port { s1-eth1-p { interface s1-eth1-i; queue queue01; } s1-eth2-p { interface s1-eth2-i; queue queue02; } } channel { c0-s1-c { dst-addr 127.0.0.1; dst-port 6653; local-addr 0.0.0.0; local-port 0; protocol tcp; } } controller { c0-s1 { channel c0-s1-c; role equal; connection-type main; } } bridge { s1 { dpid 1; controller c0-s1; port s1-eth1-p 1; port s1-eth2-p 2; fail-mode secure; flow-statistics true; group-statistics true; port-statistics true; queue-statistics true; table-statistics true; reassemble-ip-fragments false; max-buffered-packets 65535; max-ports 255; max-tables 255; max-flows 4294967295; packet-inq-size 1000; packet-inq-max-batches 1000; up-streamq-size 1000; up-streamq-max-batches 1000; down-streamq-size 1000; down-streamq-max-batches 1000; block-looping-ports false; } }