mirror of
https://github.com/EasyTier/EasyTier.git
synced 2026-05-15 18:35:47 +00:00
add feature flag to ospf route
This commit is contained in:
@@ -53,6 +53,7 @@ message Route {
|
||||
common.StunInfo stun_info = 7;
|
||||
string inst_id = 8;
|
||||
string version = 9;
|
||||
common.PeerFeatureFlag feature_flag = 10;
|
||||
}
|
||||
|
||||
message NodeInfo {
|
||||
@@ -65,6 +66,7 @@ message NodeInfo {
|
||||
repeated string listeners = 7;
|
||||
string config = 8;
|
||||
string version = 9;
|
||||
common.PeerFeatureFlag feature_flag = 10;
|
||||
}
|
||||
|
||||
message ShowNodeInfoRequest {}
|
||||
|
||||
Reference in New Issue
Block a user