Skip to content

Commit

Permalink
Remove changed: attributes from RIPE objects to close #233
Browse files Browse the repository at this point in the history
  • Loading branch information
barryo committed Sep 14, 2015
1 parent 4af0d76 commit a75e1fc
Show file tree
Hide file tree
Showing 9 changed files with 2 additions and 22 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ tech-c: INO7-RIPE
notify: [email protected]
remarks: INEX route server ASNs are listed in AS-SET-INEX-RS
mnt-by: INEX-NOC
changed: [email protected]
{foreach $asns as $asn => $details}
{if $asn != 43760}
members: {$details.asmacro}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ tech-c: INO7-RIPE
notify: [email protected]
remarks: INEX member ASNs are listed in AS-SET-INEX-CONNECTED
mnt-by: INEX-NOC
changed: [email protected]
{foreach $customers as $c}
{if $c->isRouteServerClient()}
members: {$c->resolveAsMacro( 4, 'AS' )}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,5 @@ notify: [email protected]
mnt-by: INEX-NOC
mnt-by: RIPE-NCC-END-MNT
mnt-routes: INEX-NOC
changed: [email protected] 19960601
changed: [email protected] 19990701
changed: [email protected] 19990705
changed: [email protected] 20020312
changed: [email protected] 20020809
changed: [email protected] 20020826
changed: [email protected] 20050611
changed: [email protected] 20060512
changed: [email protected] 20071119
changed: [email protected]
status: ASSIGNED
source: RIPE
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ tech-c: INO7-RIPE
mnt-by: RIPE-NCC-END-MNT
mnt-by: INEX-NOC
mnt-routes: INEX-NOC
changed: [email protected]

{foreach $rsclients.clients as $asn => $cdetails}
{$cust = $customers[$cdetails.id]}
Expand All @@ -45,8 +44,8 @@ changed: [email protected]
{/if}
{foreach $rsclients.vlans.$vlanid.servers.$proto as $serverip}
{if $proto eq 4}
import: from AS{$cust->getAutsys()} {$interface.$proto} at {$serverip}

import: from AS{$cust->getAutsys()} {$interface.$proto} at {$serverip}
accept {$cust->resolveAsMacro( $proto, 'AS' )} # {$cust->getName()}
export: to AS{$cust->getAutsys()} {$interface.$proto} at {$serverip}
announce AS-SET-INEX-RS
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ tech-c: XYZ-RIPE
notify: [email protected]
remarks: IXP member ASNs connected to the route servers are listed in AS-SET-IXP-RS
mnt-by: IXP-NOC
changed: [email protected]
{foreach $asns as $asn => $details}
members: {$details.asmacro}
{/foreach}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ tech-c: XYZ-RIPE
notify: [email protected]
remarks: IXP member ASNs are listed in AS-SET-IXP-CONNECTED
mnt-by: IXP-NOC
changed: [email protected]
{foreach $customers as $c}
{if $c->isRouteServerClient( 4 )}
members: {$c->resolveAsMacro( 4, 'AS' )}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ tech-c: XYZ-RIPE
notify: [email protected]
remarks: IXP member ASNs are listed in AS-SET-IXP-CONNECTED
mnt-by: IXP-NOC
changed: [email protected]
{foreach $customers as $c}
{if $c->isRouteServerClient( 6 )}
members: {$c->resolveAsMacro( 6, 'AS' )}
Expand Down
1 change: 0 additions & 1 deletion application/modules/apiv1/views/rir/tmpl/as-set-ixp-rs.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ tech-c: XYZ-RIPE
notify: [email protected]
remarks: IXP member ASNs are listed in AS-SET-IXP-CONNECTED
mnt-by: IXP-NOC
changed: [email protected]
{foreach $customers as $c}
{if $c->isRouteServerClient()}
members: {$c->resolveAsMacro( 4, 'AS' )}
Expand Down
3 changes: 0 additions & 3 deletions application/modules/apiv1/views/rir/tmpl/autnum.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,4 @@ notify: [email protected]
mnt-by: FOOBAR-IXP-NOC
mnt-by: RIPE-NCC-END-MNT
mnt-routes: FOOBAR-IXP-NOC
changed: [email protected] 19960601
changed: [email protected] 19990701
changed: [email protected]
source: RIPE

0 comments on commit a75e1fc

Please sign in to comment.