Skip to content

Commit

Permalink
Update TODO with details what to implement
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianczech committed Jan 9, 2024
1 parent 80c81ac commit 58fed92
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions panos/network.py
Original file line number Diff line number Diff line change
Expand Up @@ -6372,7 +6372,7 @@ def _setup(self):
params.append(VersionedParamPath("bfd_profile", path="bfd/profile"))
params.append(VersionedParamPath("timing", path="timing"))

### TODO: implement neighbor for link type p2mp
### TODO: implement neighbor for link type p2mp: ospf -> area -> interface -> link-type -> p2mp

self._params = tuple(params)

Expand Down Expand Up @@ -6592,7 +6592,7 @@ def _setup(self):
params.append(VersionedParamPath("bfd_profile", path="bfd/profile"))
params.append(VersionedParamPath("timing", path="timing"))

### TODO: implement neighbor for link type p2mp
### TODO: implement neighbor for link type p2mp: ospfv3 -> area -> interface -> link-type -> p2mp

self._params = tuple(params)

Expand Down Expand Up @@ -6779,10 +6779,10 @@ def _setup(self):
self._params = tuple(params)


### TODO: implement BGP -> aggregate-routes
### TODO: implement VRF -> BGP -> aggregate-routes


### TODO: implement BGP -> advertise-network
### TODO: implement VRF -> BGP -> advertise-network


class RoutingProfileBgpAuth(VersionedPanObject):
Expand Down

0 comments on commit 58fed92

Please sign in to comment.