commit | 502b47956c067683f9fd75c3a0d3040c8d14e452 | [log] [tgz] |
---|---|---|
author | Teng Liang <philoliang2011@gmail.com> | Wed Aug 29 10:29:38 2018 -0700 |
committer | Teng Liang <philoliang2011@gmail.com> | Wed Aug 29 14:10:11 2018 -0700 |
tree | 34d0cac5f38c71d80b7b804da4c39a72ea01f89a | |
parent | 4fc6db23b67e60e672a91738c006e1a67098f591 [diff] [blame] |
encoding: replace the route origin selflearning with prefixann refs: #4280 Change-Id: I9db6b92f681650c21e82251f17f03f4ae2834b24
diff --git a/src/encoding/nfd-constants.hpp b/src/encoding/nfd-constants.hpp index 6cc2c59..0ec923d 100644 --- a/src/encoding/nfd-constants.hpp +++ b/src/encoding/nfd-constants.hpp
@@ -103,7 +103,7 @@ ROUTE_ORIGIN_CLIENT = 65, ROUTE_ORIGIN_AUTOCONF = 66, ROUTE_ORIGIN_NLSR = 128, - ROUTE_ORIGIN_SELFLEARNING = 129, + ROUTE_ORIGIN_PREFIXANN = 129, ROUTE_ORIGIN_STATIC = 255, };