Opened 13 years ago

Closed 13 years ago

Last modified 13 years ago

#123 closed problem (fixed)

gformat does not properly write ip aliases file

Reported by: rick Owned by: rick
Keywords: Cc:
Location: Generiek

Description (last modified by rick)

# ue0 || 172.16.17.73/29 || Link naar kaag2
ipv4_addrs_ue0='172.16.17.73/29'

# ue0:0 || 172.16.17.233/29 || A Link naar Hofwijck
ipv4_addrs_ue0:0='172.16.17.233/29'

should be 
ipv4_addrs_ue0='172.16.17.73/29 172.16.17.233/29' 

Change History (3)

comment:1 by rick, 13 years ago

Description: modified (diff)

comment:2 by rick, 13 years ago

Resolution: fixed
Status: newclosed

In 10079:

Make sure aliases are properly set.

Fixes ticket:123

comment:3 by rick, 13 years ago

In 10080/iris:

Diff was wrong way around, make variables more readable to get clear
description.

Found while debugging ticket:123

Note: See TracTickets for help on using tickets.