4bfbf3f Backport "ovn-detrace: Only decode br-int OVS interfaces."

Authored and Committed by Numan Siddique 3 years ago
24 files changed. 5091 lines added. 2 lines removed.
0001-Backport-dhcp-add-iPXE-support-to-OVN.patch
file added
+552
0001-Revert-ovsdb-idl-Avoid-sending-redundant-conditional.patch
file added
+67
0001-controller-IPv6-Prefix-Delegation-introduce-RENEW-RE.patch
file added
+343
0001-northd-Use-enum-ovn_stage-for-the-table-value-in-the.patch
file added
+389
0001-northd-properly-reconfigure-ipam-when-subnet-is-chan.patch
file added
+55
0001-ofctrl.c-Fix-duplicated-flow-handling-in-I-P-while-m.patch
file added
+238
0001-ovn-detrace-Only-decode-br-int-OVS-interfaces.patch
file added
+98
0001-ovn-northd-Add-localnet-ports-to-Multicast_Groups-cr.patch
file added
+183
0001-ovn-northd-Handle-IPv6-addresses-with-prefixes-for-p.patch
file added
+212
0002-ofctrl.c-Avoid-repeatedly-linking-an-installed-flow-.patch
file added
+92
0002-ovn-detrace-Improve-DB-connection-error-messages.patch
file added
+36
0002-ovn-trace-Don-t-assert-for-next-stage-ingress.patch
file added
+50
0002-ovsdb-idl-Try-committing-the-pending-txn-in-ovsdb_id.patch
file added
+217
0003-actions-Add-a-new-OVN-action-reject.patch
file added
+462
0003-ofctrl.c-Only-merge-actions-for-conjunctive-flows.patch
file added
+218
0003-ovsdb-idl-Avoid-inconsistent-IDL-state-with-OVSDB_MO.patch
file added
+460
0004-ofctrl.c-Do-not-change-flow-ordering-when-merging-op.patch
file added
+79
0004-ovn-northd-Optimize-logical-flow-generation-for-reje.patch
file added
+444
0004-ovsdb-idl-Add-function-to-reset-min_index.patch
file added
+68
0005-ofctrl.c-Simplify-active-desired-flow-selection.patch
file added
+217
0005-ovn-trace-Handle-IPv6-packets-for-tcp_reset-action.patch
file added
+98
0006-ofctrl.c-Always-log-the-most-recent-flow-changes.patch
file added
+42
0007-ofctrl.c-Add-a-predictable-resolution-for-conflictin.patch
file added
+418
ovn.spec
file modified
+53 -2
    Backport "ovn-detrace: Only decode br-int OVS interfaces."
    
    Also backported:
    - "ovn-detrace: Improve DB connection error messages."
    - "ovn-northd: Handle IPv6 addresses with prefixes for port security."
    - "ovn-northd: Optimize logical flow generation for reject ACLs."
    - "northd: Use 'enum ovn_stage' for the table value in the 'next' OVN action."
    - "ovn-trace: Don't assert for next(stage=ingress,..)
    - "ovn-northd: Optimize logical flow generation for reject ACLs."
    - "ovn-trace: Handle IPv6 packets for tcp_reset action."
    - "controller: IPv6 Prefix-Delegation: introduce RENEW/REBIND msg support"
    - "ofctrl.c: Fix duplicated flow handling in I-P while"
    - "ofctrl.c: Avoid repeatedly linking an installed flow and"
    - "ofctrl.c: Only merge actions for conjunctive flows."
    - "ofctrl.c: Do not change flow ordering when merging"
    - "ofctrl.c: Simplify active desired flow selection."
    - "ofctrl.c: Always log the most recent flow changes."
    - "ofctrl.c: Add a predictable resolution for conflicting"
    - "northd: properly reconfigure ipam when subnet is changed"
    - "ovn-northd: Add localnet ports to Multicast_Groups created by IGMP_Group."
    
    Resolves: #1890803
    Resolves: #1856898
    Resolves: #1876990
    Resolves: #1826686
    Resolves: #1871931
    Resolves: #1865866
    Resolves: #1886314
    
    Signed-off-by: Numan Siddique <numans@ovn.org>
    
        
file modified
+53 -2