aboutsummaryrefslogtreecommitdiffstats
path: root/framework/src/onos/tools/package/etc/samples/org.onosproject.fwd.ReactiveForwarding.cfg
blob: 4befc706c92222c72b4b7ee7f874745ddb65c4bc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
#
# Sample configuration for onos-app-fwd.
#

#
# Reactive flows default matching is InPort, Src MAC, Dst MAC and EtherType fields 
#

#
# Enable packet-out only forwarding.
# This flag affects to both IPv4 and IPv6.
#
# packetOutOnly = true

#
# Enable forwarding of the first packet by using OFPP_TABLE port in the
# PacketOut message instead of sending it directly to the switch port
#
# packetOutOfppTable = true

#
# Timeout of reactively installed flows (in seconds). 
# Default is 10 sec
#
# flowTimeout = 10

#
# Priority of reactively installed flows
#
# flowPriority = 10

#
# Enable IPv6 forwarding.
#
# ipv6Forwarding = true

#
# Flows matching destination MAC only - as legacy L2 switches 
# - This option overrides all other options below
#
# matchDstMacOnly = true

#
# Matching of VLAN ID in Ethernet header
#
# matchVlanId = true

#
# Matching of IPv4 addresses and Protocol field
# - must be enabled to match IPv4 DSCP, TCP/UDP ports and ICMP type/code
#
# matchIpv4Address = true

#
# Matching of IPv4 DSCP and ECN fields 
#
# matchIpv4Dscp = true

#
# Matching of IPv6 addresses and Next-Header field
# - must be enabled to match IPv6 Flow Label, TCP/UDP ports and ICMP type/code
#
# matchIpv6Address = true

#
# Matching of IPv6 Flow Label
#
# matchIpv6FlowLabel = true

#
# Matching of TCP/UDP ports for IPv4 and IPv6
#
# matchTcpUdpPorts = true

#
# Matching of ICMP Type and Code fields for IPv4 and IPv6 
#
# matchIcmpFields = true