BasilGuo/fc-signed-object

problem with generating FCID

Opened this issue · 0 comments

Now it is generating fcid with fcid=hash(prefix, current_as_path, next-hop-as).
But it needs to generate a new FC if the as-path is changed.
So it is better to generate fcid using fcid=hash(prefix, origin-as, current-as, next-hop-as).