commit | 01454720d90c4516ce2d42aca0dd337aec51114f | [log] [tgz] |
---|---|---|
author | Linux Build Service Account <lnxbuild@localhost> | Wed Apr 15 22:01:32 2015 -0700 |
committer | Gerrit - the friendly Code Review server <code-review@localhost> | Wed Apr 15 22:01:32 2015 -0700 |
tree | 4bde86e15d25aa4987ab5869df57455bfaafb87b | |
parent | c992bf180e47e92120dc11d0ae21ad1914f1a0b1 [diff] | |
parent | f58e2b17aa366b0468de5a67789245482b5fcab7 [diff] |
Merge "[qca-ssdk] fix malibu phy local loopback issue"
diff --git a/src/fal/fal_portvlan.c b/src/fal/fal_portvlan.c index 1775dd6..bdbd2b4 100755 --- a/src/fal/fal_portvlan.c +++ b/src/fal/fal_portvlan.c
@@ -1601,7 +1601,7 @@ sw_error_t rv; FAL_API_LOCK; - rv = _fal_port_vrf_id_set(dev_id, port_id, vrf_id); + rv = _fal_port_vrf_id_get(dev_id, port_id, vrf_id); FAL_API_UNLOCK; return rv; }