commit | 25b049484fcf9161edb2c19250066b893c38c264 | [log] [tgz] |
---|---|---|
author | Neale Ranns <neale.ranns@cisco.com> | Wed Apr 04 09:34:50 2018 -0700 |
committer | Damjan Marion <dmarion.lists@gmail.com> | Fri Apr 13 08:51:21 2018 +0000 |
tree | 69204352a0648cfc4089fa0e37214bffbae61e81 | |
parent | 4f8863b21405d1ab3e067e978a60be72a343358b [diff] [blame] |
GBP V2 update the GBP plugin to implement the full NAT feature set of opflex agent Change-Id: Ic06a039c889445ed0b9087fa1f292634192b0f8d Signed-off-by: Neale Ranns <neale.ranns@cisco.com>
diff --git a/src/vpp-api/vom/acl_l3_rule.cpp b/src/vpp-api/vom/acl_l3_rule.cpp index 4b96cae..417dc5f 100644 --- a/src/vpp-api/vom/acl_l3_rule.cpp +++ b/src/vpp-api/vom/acl_l3_rule.cpp
@@ -147,7 +147,7 @@ return m_priority; } -action_t +const action_t& l3_rule::action() const { return m_action;