openconfig / lemming

An OpenConfig reference device implementation
Apache License 2.0
31 stars 9 forks source link

Export NextHop in BGP attribute map #463

Closed tiborschneider closed 3 months ago

tiborschneider commented 3 months ago

The policy_tests.go file is updated to ignore that next-hop field when comparing attributes, so that previous test cases don't need to be rewritten.

The test case does not yet modify the attribute itself, as this feature is not yet supported.