Hi everyone,

i want to add a rule on my ovs that encapsulate IP packets that arrives on
eth0 and forward it to lisp0

i'm triing to add this rule:
ovs-ofctl add-flow br0
priority=1,in_port=1,dl_type=0x0800,nw_src=<EID_ADDRESS>,action=set_field:<RLOC_ADDRESS>->tun_dst,output:2

when i put this rule on ovs it return me an error:
 missing `->'

How can i solve this?



                          +---------------+
                           |                   |
RLOC ------  [lisp0]   OVS1   [eth0]--------- EID
                           |                   |
                          +---------------+
_______________________________________________
discuss mailing list
disc...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-discuss

Reply via email to